don't tell kdeprint to remove the file, KTemporaryFile does that for us

svn path=/trunk/KDE/kdegraphics/okular/; revision=709588
This commit is contained in:
Pino Toscano 2007-09-07 21:27:50 +00:00
parent ee925f2e58
commit 0b76db026f

View file

@ -210,7 +210,7 @@ bool DjVuGenerator::print( KPrinter& printer )
if ( m_djvu->exportAsPostScript( &tf, pageList ) )
{
return printer.printFiles( QStringList( tf.fileName() ), true );
return printer.printFiles( QStringList( tf.fileName() ), false );
}
return false;
}