summaryrefslogtreecommitdiffstats
path: root/kpresenter/KPrTransEffectDia.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'kpresenter/KPrTransEffectDia.cpp')
-rw-r--r--kpresenter/KPrTransEffectDia.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/kpresenter/KPrTransEffectDia.cpp b/kpresenter/KPrTransEffectDia.cpp
index 0a276a5a..7d5c4eae 100644
--- a/kpresenter/KPrTransEffectDia.cpp
+++ b/kpresenter/KPrTransEffectDia.cpp
@@ -83,7 +83,7 @@ void KPrEffectPreview::setPixmap( const TQPixmap& pixmap )
setMinimumSize( w, h );
// create smaller pixmap for preview
- const TQImage img( pixmap.convertToImage().smoothScale( w, h, TQ_ScaleFree ) );
+ const TQImage img( pixmap.convertToImage().smoothScale( w, h, TQImage::ScaleFree ) );
m_pixmap.convertFromImage( img );
TQLabel::setPixmap( m_pixmap );