summaryrefslogtreecommitdiffstats
path: root/digikam/utilities/imageeditor/tools/imageprint.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'digikam/utilities/imageeditor/tools/imageprint.cpp')
-rw-r--r--digikam/utilities/imageeditor/tools/imageprint.cpp6
1 files changed, 3 insertions, 3 deletions
diff --git a/digikam/utilities/imageeditor/tools/imageprint.cpp b/digikam/utilities/imageeditor/tools/imageprint.cpp
index 1803a4d..ece28f6 100644
--- a/digikam/utilities/imageeditor/tools/imageprint.cpp
+++ b/digikam/utilities/imageeditor/tools/imageprint.cpp
@@ -140,9 +140,9 @@ bool ImagePrint::printImageWithTQt()
// Black & white print ?
if ( m_printer.option( "app-imageeditor-blackwhite" ) != f)
{
- image2Print = image2Print.convertDepth( 1, Qt::MonoOnly |
- Qt::ThresholdDither |
- Qt::AvoidDither );
+ image2Print = image2Print.convertDepth( 1, TQt::MonoOnly |
+ TQt::ThresholdDither |
+ TQt::AvoidDither );
}
TQPainter p;