summaryrefslogtreecommitdiffstats
path: root/kommander/working/plugintemplate/widget.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'kommander/working/plugintemplate/widget.cpp')
-rw-r--r--kommander/working/plugintemplate/widget.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/kommander/working/plugintemplate/widget.cpp b/kommander/working/plugintemplate/widget.cpp
index e950205e..d6ad8a0b 100644
--- a/kommander/working/plugintemplate/widget.cpp
+++ b/kommander/working/plugintemplate/widget.cpp
@@ -28,7 +28,7 @@ enum Functions {
/*
if (KommanderWidget::inEditor)
{
- setPixmap(TDEGlobal::iconLoader()->loadIcon("%{APPNAMELC}", KIcon::NoGroup, KIcon::SizeMedium));
+ setPixmap(TDEGlobal::iconLoader()->loadIcon("%{APPNAMELC}", TDEIcon::NoGroup, TDEIcon::SizeMedium));
setFrameStyle(TQFrame::Box | TQFrame::Plain);
setLineWidth(1);
setAlignment(TQt::AlignCenter);