summaryrefslogtreecommitdiffstats
path: root/kommander/widgets/pixmaplabel.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'kommander/widgets/pixmaplabel.cpp')
-rw-r--r--kommander/widgets/pixmaplabel.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/kommander/widgets/pixmaplabel.cpp b/kommander/widgets/pixmaplabel.cpp
index f49a35ae..7eab9e0d 100644
--- a/kommander/widgets/pixmaplabel.cpp
+++ b/kommander/widgets/pixmaplabel.cpp
@@ -38,7 +38,7 @@ PixmapLabel::PixmapLabel(TQWidget *a_parent, const char *a_name)
setStates(states);
setDisplayStates(states);
if (KommanderWidget::inEditor)
- setPixmap(TDEGlobal::iconLoader()->loadIcon("tux", KIcon::NoGroup, 128));
+ setPixmap(TDEGlobal::iconLoader()->loadIcon("tux", TDEIcon::NoGroup, 128));
setAutoResize(false);
}