diff options
Diffstat (limited to 'kuiviewer')
-rw-r--r-- | kuiviewer/quicreator.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/kuiviewer/quicreator.cpp b/kuiviewer/quicreator.cpp index c7a9e996..0dc6da3e 100644 --- a/kuiviewer/quicreator.cpp +++ b/kuiviewer/quicreator.cpp @@ -47,7 +47,7 @@ img) if ( w ) { TQPixmap p = TQPixmap::grabWidget(w); - img = p.convertToImage().smoothScale(width,height,TQ_ScaleMin); + img = p.convertToImage().smoothScale(width,height,TQImage::ScaleMin); return true; } else |