summaryrefslogtreecommitdiffstats
path: root/kpresenter/KPrPicturePreview.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'kpresenter/KPrPicturePreview.cpp')
-rw-r--r--kpresenter/KPrPicturePreview.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/kpresenter/KPrPicturePreview.cpp b/kpresenter/KPrPicturePreview.cpp
index 95114726..97467e7a 100644
--- a/kpresenter/KPrPicturePreview.cpp
+++ b/kpresenter/KPrPicturePreview.cpp
@@ -44,7 +44,7 @@ void KPrPicturePreview::drawContents( TQPainter *painter )
TQSize ext = contentsRect().size();
TQPixmap _pix = origPixmap;
- TQImage img( _pix.convertToImage().smoothScale( ext.width(),ext.height(), TQ_ScaleMin ) );
+ TQImage img( _pix.convertToImage().smoothScale( ext.width(),ext.height(), TQImage::ScaleMin ) );
bool _horizontal = false;
bool _vertical = false;