summaryrefslogtreecommitdiffstats
path: root/superkaramba/src/themesdlg.cpp
diff options
context:
space:
mode:
authorTimothy Pearson <kb9vqf@pearsoncomputing.net>2013-02-04 14:19:04 -0600
committerTimothy Pearson <kb9vqf@pearsoncomputing.net>2013-02-04 14:19:04 -0600
commit34ec7cf1e70300eb43f3822ce3261893f9f8ace6 (patch)
treec7fe414e406e16a97e53d9eed0979d9ea85d2915 /superkaramba/src/themesdlg.cpp
parente6b6046f50ea600fc78e00071e2a79e3c8c08ccd (diff)
downloadtdeutils-34ec7cf1e70300eb43f3822ce3261893f9f8ace6.tar.gz
tdeutils-34ec7cf1e70300eb43f3822ce3261893f9f8ace6.zip
Rename KIcon to enhance compatibility with KDE4
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);