summaryrefslogtreecommitdiff
path: root/noncore/settings
Unidiff
Diffstat (limited to 'noncore/settings') (more/less context) (show whitespace changes)
-rw-r--r--noncore/settings/sound/soundsettings.cpp3
1 files changed, 2 insertions, 1 deletions
diff --git a/noncore/settings/sound/soundsettings.cpp b/noncore/settings/sound/soundsettings.cpp
index 51522b3..c1918de 100644
--- a/noncore/settings/sound/soundsettings.cpp
+++ b/noncore/settings/sound/soundsettings.cpp
@@ -41,2 +41,3 @@ SoundSettings::SoundSettings( QWidget* parent, const char* name, WFlags fl )
41 keysound->setChecked(config.readBoolEntry("Key")); 41 keysound->setChecked(config.readBoolEntry("Key"));
42 AlertCheckBox->setChecked(config.readBoolEntry("Alert"));
42 43
@@ -97,3 +98,3 @@ void SoundSettings::accept()
97 config.writeEntry("Key",keysound->isChecked()); 98 config.writeEntry("Key",keysound->isChecked());
98 99 config.writeEntry("Alert",AlertCheckBox->isChecked());
99 setVolume(volume->value()); 100 setVolume(volume->value());