summaryrefslogtreecommitdiffstats
path: root/digikam/imageplugins/hotpixels/blackframelistview.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'digikam/imageplugins/hotpixels/blackframelistview.cpp')
-rw-r--r--digikam/imageplugins/hotpixels/blackframelistview.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/digikam/imageplugins/hotpixels/blackframelistview.cpp b/digikam/imageplugins/hotpixels/blackframelistview.cpp
index 35fa8f7..20f8cbd 100644
--- a/digikam/imageplugins/hotpixels/blackframelistview.cpp
+++ b/digikam/imageplugins/hotpixels/blackframelistview.cpp
@@ -132,7 +132,7 @@ TQPixmap BlackFrameListViewItem::thumb(const TQSize& size)
TQPixmap thumb;
//First scale it down to the size
- thumb = m_image.smoothScale(size, TQ_ScaleMin);
+ thumb = m_image.smoothScale(size, TQImage::ScaleMin);
//And draw the hot pixel positions on the thumb
TQPainter p(&thumb);