diff options
Diffstat (limited to 'src/options.cpp')
-rwxr-xr-x | src/options.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
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; |