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.h6
1 files changed, 4 insertions, 2 deletions
diff --git a/noncore/settings/sound/soundsettings.h b/noncore/settings/sound/soundsettings.h
index 6b8b835..0f3605e 100644
--- a/noncore/settings/sound/soundsettings.h
+++ b/noncore/settings/sound/soundsettings.h
@@ -23,27 +23,29 @@
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 bool noWarning;
35/* void accept(); */ 36/* void accept(); */
36/* void reject(); */ 37/* void reject(); */
37 void updateStorageCombo(); 38 void updateStorageCombo();
38 void updateLocationCombo(); 39 void updateLocationCombo();
39 40
40private slots: 41private slots:
41 void setKeyButton(const QString &); 42 void setKeyButton( int);
42 void setSizeLimitButton(const QString &); 43 void setSizeLimitButton(const QString &);
43 void setLocation(const QString &); 44 void setLocation(const QString &);
44 void cleanUp(); 45 void cleanUp();
46 void restartOpie(bool);
45}; 47};
46 48
47 49
48#endif // SOUNDSETTINGS_H 50#endif // SOUNDSETTINGS_H
49 51