-rw-r--r-- | noncore/settings/sound/soundsettings.cpp | 5 |
1 files changed, 3 insertions, 2 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 | |||
@@ -40,5 +40,6 @@ SoundSettings::SoundSettings( QWidget* parent, const char* name, WFlags fl ) | |||
40 | touchsound->setChecked(config.readBoolEntry("Touch")); | 40 | touchsound->setChecked(config.readBoolEntry("Touch")); |
41 | keysound->setChecked(config.readBoolEntry("Key")); | 41 | keysound->setChecked(config.readBoolEntry("Key")); |
42 | 42 | AlertCheckBox->setChecked(config.readBoolEntry("Alert")); | |
43 | |||
43 | config.setGroup("Record"); | 44 | config.setGroup("Record"); |
44 | int rate=config.readNumEntry("SampleRate", 22050); | 45 | int rate=config.readNumEntry("SampleRate", 22050); |
@@ -96,5 +97,5 @@ void SoundSettings::accept() | |||
96 | config.writeEntry("Touch",touchsound->isChecked()); | 97 | config.writeEntry("Touch",touchsound->isChecked()); |
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()); |
100 | setMic(mic->value()); | 101 | setMic(mic->value()); |