diff options
Diffstat (limited to 'kolf/kolf.cpp')
-rw-r--r-- | kolf/kolf.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/kolf/kolf.cpp b/kolf/kolf.cpp index e9896888..e5f38b9b 100644 --- a/kolf/kolf.cpp +++ b/kolf/kolf.cpp @@ -139,7 +139,7 @@ void Kolf::initGUI() TDEToggleAction *act=new TDEToggleAction(i18n("Enable All Dialog Boxes"), 0, TQT_TQOBJECT(this), TQT_SLOT(enableAllMessages()), actionCollection(), "enableAll"); act->setCheckedState(i18n("Disable All Dialog Boxes")); - soundAction = new TDEToggleAction(i18n("Play &Sounds"), 0, TQT_TQOBJECT(this), TQT_SLOT(emptySlot()), actionCollection(), "sound"); + soundAction = new TDEToggleAction(i18n("Play &Sounds"), 0, TQT_TQOBJECT(this), TQT_SLOT(emptySlot()), actionCollection(), "audio-x-generic"); connect(soundAction, TQT_SIGNAL(toggled(bool)), TQT_TQOBJECT(this), TQT_SLOT(soundChanged(bool))); soundAction->setChecked(config->readBoolEntry("sound", true)); |