diff options
Diffstat (limited to 'src/utilities/imageeditor/editor/editorwindow.cpp')
| -rw-r--r-- | src/utilities/imageeditor/editor/editorwindow.cpp | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/utilities/imageeditor/editor/editorwindow.cpp b/src/utilities/imageeditor/editor/editorwindow.cpp index 819627e1..623f6d6d 100644 --- a/src/utilities/imageeditor/editor/editorwindow.cpp +++ b/src/utilities/imageeditor/editor/editorwindow.cpp @@ -621,9 +621,7 @@ void EditorWindow::printImage(KURL url) TQString appName = tdeApp->aboutData()->appName(); printer.setDocName( url.filename() ); printer.setCreator( appName ); -#if KDE_IS_VERSION(3,2,0) printer.setUsePrinterResolution(true); -#endif KPrinter::addDialogPage( new ImageEditorPrintDialogPage(image, this, TQString(appName.append(" page")).ascii() )); |
