diff options
Diffstat (limited to 'src/newstuff/dialog.cpp')
-rw-r--r-- | src/newstuff/dialog.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/newstuff/dialog.cpp b/src/newstuff/dialog.cpp index 56f1954..52a1922 100644 --- a/src/newstuff/dialog.cpp +++ b/src/newstuff/dialog.cpp @@ -540,7 +540,7 @@ void Dialog::slotPreviewResult(TDEIO::Job* job_) { if(!pix.isNull()) { if(pix.width() > 64 || pix.height() > 64) { - pix.convertFromImage(pix.convertToImage().smoothScale(64, 64, TQ_ScaleMin)); + pix.convertFromImage(pix.convertToImage().smoothScale(64, 64, TQImage::ScaleMin)); } // only set label if it's still current if(m_listView->selectedItem() == m_lastPreviewItem) { |