diff options
author | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2013-02-04 14:19:04 -0600 |
---|---|---|
committer | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2013-02-04 14:19:04 -0600 |
commit | 34ec7cf1e70300eb43f3822ce3261893f9f8ace6 (patch) | |
tree | c7fe414e406e16a97e53d9eed0979d9ea85d2915 /ksim | |
parent | e6b6046f50ea600fc78e00071e2a79e3c8c08ccd (diff) | |
download | tdeutils-34ec7cf1e70300eb43f3822ce3261893f9f8ace6.tar.gz tdeutils-34ec7cf1e70300eb43f3822ce3261893f9f8ace6.zip |
Rename KIcon to enhance compatibility with KDE4
Diffstat (limited to 'ksim')
-rw-r--r-- | ksim/ksimpref.cpp | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/ksim/ksimpref.cpp b/ksim/ksimpref.cpp index 66d2ef3..073324b 100644 --- a/ksim/ksimpref.cpp +++ b/ksim/ksimpref.cpp @@ -48,12 +48,12 @@ KSim::ConfigDialog::ConfigDialog(KSim::Config *config, m_config = config; setFolderIcon(TQStringList(' ' + i18n("Plugins")), - BarIcon("folder", KIcon::SizeSmall)); + BarIcon("folder", TDEIcon::SizeSmall)); setFolderIcon(TQStringList(' ' + i18n("Miscellaneous")), - BarIcon("misc", KIcon::SizeSmall)); + BarIcon("misc", TDEIcon::SizeSmall)); TQFrame *monitors = addHBoxPage(' ' + i18n("Monitors"), - i18n("Monitors Installed"), BarIcon("ksim", KIcon::SizeSmall)); + i18n("Monitors Installed"), BarIcon("ksim", TDEIcon::SizeSmall)); m_monPage = new KSim::MonitorPrefs(monitors); TQStringList list; @@ -87,7 +87,7 @@ KSim::ConfigDialog::ConfigDialog(KSim::Config *config, m_swapPage = new KSim::SwapPrefs(swap); TQFrame *theme = addHBoxPage(' ' + i18n("Themes"), - i18n("Theme Selector"), BarIcon("folder_image", KIcon::SizeSmall)); + i18n("Theme Selector"), BarIcon("folder_image", TDEIcon::SizeSmall)); m_themePage = new KSim::ThemePrefs(theme); connect(this, TQT_SIGNAL(applyClicked()), TQT_SLOT(savePrefs())); |