summaryrefslogtreecommitdiffstats
path: root/ksquirrel/sq_slideshowwidget.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'ksquirrel/sq_slideshowwidget.cpp')
-rw-r--r--ksquirrel/sq_slideshowwidget.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/ksquirrel/sq_slideshowwidget.cpp b/ksquirrel/sq_slideshowwidget.cpp
index 2577d4a..2e4ba6a 100644
--- a/ksquirrel/sq_slideshowwidget.cpp
+++ b/ksquirrel/sq_slideshowwidget.cpp
@@ -191,7 +191,7 @@ void SQ_SlideShowWidget::loadImage(const TQString &_path, int _current)
if(w > width() || h > height())
{
small = new TQImage();
- *small = SQ_Utils::scale(*all, width(), height(), SQ_Utils::SMOOTH_FAST, TQ_ScaleMin);
+ *small = SQ_Utils::scale(*all, width(), height(), SQ_Utils::SMOOTH_FAST, TQImage::ScaleMin);
delete all;
all = 0;