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
@@ -32,16 +32,18 @@ public:
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