summaryrefslogtreecommitdiffstats
path: root/superkaramba/src/themesdlg.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'superkaramba/src/themesdlg.cpp')
-rw-r--r--superkaramba/src/themesdlg.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/superkaramba/src/themesdlg.cpp b/superkaramba/src/themesdlg.cpp
index d47b039..9311853 100644
--- a/superkaramba/src/themesdlg.cpp
+++ b/superkaramba/src/themesdlg.cpp
@@ -127,7 +127,7 @@ void ThemesDlg::populateListbox()
item = new ThemeWidget;
item->icon->setPixmap(TDEGlobal::iconLoader()->loadIcon("knewstuff",
- KIcon::NoGroup, KIcon::SizeHuge));
+ TDEIcon::NoGroup, TDEIcon::SizeHuge));
item->setHeaderText(i18n("Get New Stuff"));
item->setDescriptionText(i18n("Download new themes."));
@@ -143,7 +143,7 @@ void ThemesDlg::populateListbox()
item = new ThemeWidget;
item->icon->setPixmap(TDEGlobal::iconLoader()->loadIcon("ksysguard",
- KIcon::NoGroup, KIcon::SizeHuge));
+ TDEIcon::NoGroup, TDEIcon::SizeHuge));
item->setHeaderText(i18n("Open Local Theme"));
item->setDescriptionText(i18n("Add local theme to the list."));
item->buttonGo->setProperty("stdItem", 18);