summaryrefslogtreecommitdiffstats
path: root/kbarcode/batchprinter.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'kbarcode/batchprinter.cpp')
-rw-r--r--kbarcode/batchprinter.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/kbarcode/batchprinter.cpp b/kbarcode/batchprinter.cpp
index 9bea56a..2188112 100644
--- a/kbarcode/batchprinter.cpp
+++ b/kbarcode/batchprinter.cpp
@@ -308,7 +308,7 @@ void BatchPrinter::startImages()
c++;
}
- pixmap.save( filename, m_image_format );
+ pixmap.save( filename, m_image_format.utf8() );
if( !checkProgressDialog( progress ) )
{