summaryrefslogtreecommitdiffstats
path: root/systemsettings/kcmultiwidget.cpp
diff options
context:
space:
mode:
authorTimothy Pearson <[email protected]>2013-02-04 14:09:28 -0600
committerTimothy Pearson <[email protected]>2013-02-04 14:09:28 -0600
commit3b1d37c35906b297d1fd9c3660615417d97008f3 (patch)
tree407bef5efbdd60e16d33a5fe42517a757f50c2bf /systemsettings/kcmultiwidget.cpp
parent28ae138d6e8936bab8c737400ac44682d48c9196 (diff)
downloadtde-systemsettings-3b1d37c35906b297d1fd9c3660615417d97008f3.tar.gz
tde-systemsettings-3b1d37c35906b297d1fd9c3660615417d97008f3.zip
Rename KIcon to enhance compatibility with KDE4
Diffstat (limited to 'systemsettings/kcmultiwidget.cpp')
-rw-r--r--systemsettings/kcmultiwidget.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/systemsettings/kcmultiwidget.cpp b/systemsettings/kcmultiwidget.cpp
index 7c61cfe..d5b308a 100644
--- a/systemsettings/kcmultiwidget.cpp
+++ b/systemsettings/kcmultiwidget.cpp
@@ -256,13 +256,13 @@ void KCMultiWidget::addModule(const TDECModuleInfo& moduleinfo,
parentmodulenames += moduleinfo.moduleName();
page = addHBoxPage( parentmodulenames, moduleinfo.comment(),
SmallIcon( moduleinfo.icon(),
- IconSize( KIcon::Small ) ) );
+ IconSize( TDEIcon::Small ) ) );
break;
case Tabbed:
case IconList:
page = addHBoxPage( moduleinfo.moduleName(),
moduleinfo.comment(), DesktopIcon( moduleinfo.icon(),
- KIcon::SizeMedium ) );
+ TDEIcon::SizeMedium ) );
break;
case Plain:
page = plainPage();