summaryrefslogtreecommitdiffstats
path: root/digikam/libs/dialogs/imagedialog.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'digikam/libs/dialogs/imagedialog.cpp')
-rw-r--r--digikam/libs/dialogs/imagedialog.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/digikam/libs/dialogs/imagedialog.cpp b/digikam/libs/dialogs/imagedialog.cpp
index 4473024..5304126 100644
--- a/digikam/libs/dialogs/imagedialog.cpp
+++ b/digikam/libs/dialogs/imagedialog.cpp
@@ -219,7 +219,7 @@ void ImageDialogPreview::slotGotThumbnail(const KURL& url, const TQPixmap& pix)
TQSize s = d->imageLabel->contentsRect().size();
if (s.width() < pix.width() || s.height() < pix.height())
- pixmap = pix.convertToImage().smoothScale(s, TQ_ScaleMin);
+ pixmap = pix.convertToImage().smoothScale(s, TQImage::ScaleMin);
else
pixmap = pix;