summaryrefslogtreecommitdiff
path: root/noncore/settings/sound/soundsettings.h
authorllornkcor <llornkcor>2002-05-26 23:20:26 (UTC)
committer llornkcor <llornkcor>2002-05-26 23:20:26 (UTC)
commitf0d0d53759436686f7f15fcd55a6706b1ecaa1cc (patch) (unidiff)
treee40e731fecf6c629799e6d264c47dc05528f21da /noncore/settings/sound/soundsettings.h
parent845ed24db904e0842f1557e185174c52d3d93092 (diff)
downloadopie-f0d0d53759436686f7f15fcd55a6706b1ecaa1cc.zip
opie-f0d0d53759436686f7f15fcd55a6706b1ecaa1cc.tar.gz
opie-f0d0d53759436686f7f15fcd55a6706b1ecaa1cc.tar.bz2
fixed location not remembering setting. added record key combo
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
@@ -32,14 +32,16 @@ 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/* 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 );