summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rwxr-xr-xsrc/configdialog.cpp2
-rwxr-xr-xsrc/options.cpp2
2 files changed, 2 insertions, 2 deletions
diff --git a/src/configdialog.cpp b/src/configdialog.cpp
index bef4eda..1bc0efb 100755
--- a/src/configdialog.cpp
+++ b/src/configdialog.cpp
@@ -89,7 +89,7 @@ ConfigDialog::ConfigDialog( Config* _config, TQWidget *parent, const char *name,
configEnvironmentPage, TQT_SLOT(resetDefaults())
);
- backendsPage = addPage( i18n("Backends"), "kcmsystem" );
+ backendsPage = addPage( i18n("Backends"), "preferences-system" );
configBackendsPage = new ConfigBackendsPage( config, &binaries, backendsPage, "configBackendsPage" );
connect( configBackendsPage, TQT_SIGNAL(configChanged()),
this, TQT_SLOT(configChanged())
diff --git a/src/options.cpp b/src/options.cpp
index 8522715..74a190e 100755
--- a/src/options.cpp
+++ b/src/options.cpp
@@ -123,7 +123,7 @@ Options::Options( Config* _config, const TQString &text, TQWidget *parent, const
// );
pBackendsNotify = new KPushButton( "", this, "pBackendsNotify");
- pBackendsNotify->setPixmap( TDEGlobal::iconLoader()->loadIcon("kcmsystem",TDEIcon::Toolbar) );
+ pBackendsNotify->setPixmap( TDEGlobal::iconLoader()->loadIcon("preferences-system",TDEIcon::Toolbar) );
TQToolTip::add( pBackendsNotify, i18n("soundKonverter either found new backends or misses some.\nClick on this button in order to open the configuration dialog.") );
pBackendsNotify->setShown( config->backendsChanged );
config->backendsChanged = false;