________________________________________________________________________
r422403 | aacid | 2005_06_05 13:54:31 |0200 (Sun, 05 Jun 2005) | 2 lines

fix call to kprinter

________________________________________________________________________
Index: core/generator_pdf/generator_pdf.cpp
===================================================================
--- core/generator_pdf/generator_pdf.cpp	(revision 422402)
+++ core/generator_pdf/generator_pdf.cpp	(working copy)
@@ -453,8 +453,7 @@
         // needs to be here so that the file is flushed, do not merge with the one
         // in the else
         delete psOut;
-#warning K/QPrinter changed
-        //printer.printFiles(tf.name(), true);
+        printer.printFiles(QStringList(tf.name()), true);
         return true;
     }
     else