summaryrefslogtreecommitdiffstats
path: root/lib/kofficecore/KoOpenPane.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'lib/kofficecore/KoOpenPane.cpp')
-rw-r--r--lib/kofficecore/KoOpenPane.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/kofficecore/KoOpenPane.cpp b/lib/kofficecore/KoOpenPane.cpp
index 130226be5..3d7ff56e9 100644
--- a/lib/kofficecore/KoOpenPane.cpp
+++ b/lib/kofficecore/KoOpenPane.cpp
@@ -275,7 +275,7 @@ TQListViewItem* KoOpenPane::addPane(const TQString& title, const TQPixmap& icon,
TQImage image = icon.convertToImage();
if((image.width() > 48) || (image.height() > 48)) {
- image = image.smoothScale(48, 48, TQ_ScaleMin);
+ image = image.smoothScale(48, 48, TQImage::ScaleMin);
}
image.setAlphaBuffer(true);