summaryrefslogtreecommitdiffstats
path: root/kipi-plugins/slideshow/imageloadthread.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'kipi-plugins/slideshow/imageloadthread.cpp')
-rw-r--r--kipi-plugins/slideshow/imageloadthread.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/kipi-plugins/slideshow/imageloadthread.cpp b/kipi-plugins/slideshow/imageloadthread.cpp
index f5df7a5..62e0890 100644
--- a/kipi-plugins/slideshow/imageloadthread.cpp
+++ b/kipi-plugins/slideshow/imageloadthread.cpp
@@ -158,7 +158,7 @@ bool ImageLoadThread::loadImage() {
float aspect = (float)image.width() / (float)image.height();
- image = image.smoothScale(m_width, m_height, TQ_ScaleMin);
+ image = image.smoothScale(m_width, m_height, TQImage::ScaleMin);
m_imageLock.lock();