summaryrefslogtreecommitdiffstats
path: root/src/utilities/imageeditor/editor/editorwindow.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/utilities/imageeditor/editor/editorwindow.cpp')
-rw-r--r--src/utilities/imageeditor/editor/editorwindow.cpp2
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() ));