summaryrefslogtreecommitdiff
path: root/noncore/settings/sound/soundsettings.h
Unidiff
Diffstat (limited to 'noncore/settings/sound/soundsettings.h') (more/less context) (ignore whitespace changes)
-rw-r--r--noncore/settings/sound/soundsettings.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/noncore/settings/sound/soundsettings.h b/noncore/settings/sound/soundsettings.h
index cbec724..0676e12 100644
--- a/noncore/settings/sound/soundsettings.h
+++ b/noncore/settings/sound/soundsettings.h
@@ -14,38 +14,40 @@
14** See http://www.trolltech.com/gpl/ for GPL licensing information. 14** See http://www.trolltech.com/gpl/ for GPL licensing information.
15** 15**
16** Contact info@trolltech.com if any conditions of this licensing are 16** Contact info@trolltech.com if any conditions of this licensing are
17** not clear to you. 17** not clear to you.
18** 18**
19**********************************************************************/ 19**********************************************************************/
20#ifndef SOUNDSETTINGS_H 20#ifndef SOUNDSETTINGS_H
21#define SOUNDSETTINGS_H 21#define SOUNDSETTINGS_H
22 22
23 23
24#include "soundsettingsbase.h" 24#include "soundsettingsbase.h"
25 25
26 26
27class SoundSettings : public SoundSettingsBase 27class SoundSettings : public SoundSettingsBase
28{ 28{
29Q_OBJECT 29Q_OBJECT
30 30
31public: 31public:
32 SoundSettings( QWidget* parent = 0, const char* name = 0, WFlags fl = 0 ); 32 SoundSettings( QWidget* parent = 0, const char* name = 0, WFlags fl = 0 );
33 33
34protected: 34protected:
35/* void accept(); */ 35/* void accept(); */
36/* void reject(); */ 36/* void reject(); */
37 void updateStorageCombo(); 37 void updateStorageCombo();
38 void updateLocationCombo();
38 39
39private slots: 40private slots:
41 void setKeyButton(const QString &);
40 void setLocation(const QString &); 42 void setLocation(const QString &);
41 void cleanUp(); 43 void cleanUp();
42 void setVolume(int); 44 void setVolume(int);
43 void setMic(int); 45 void setMic(int);
44 46
45 void volumeChanged( bool muted ); 47 void volumeChanged( bool muted );
46 void micChanged( bool muted ); 48 void micChanged( bool muted );
47}; 49};
48 50
49 51
50#endif // SOUNDSETTINGS_H 52#endif // SOUNDSETTINGS_H
51 53