summaryrefslogtreecommitdiff
path: root/noncore/settings/sound/soundsettingsbase.h
Unidiff
Diffstat (limited to 'noncore/settings/sound/soundsettingsbase.h') (more/less context) (show whitespace changes)
-rw-r--r--noncore/settings/sound/soundsettingsbase.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/noncore/settings/sound/soundsettingsbase.h b/noncore/settings/sound/soundsettingsbase.h
index 30f32ca..e6bc186 100644
--- a/noncore/settings/sound/soundsettingsbase.h
+++ b/noncore/settings/sound/soundsettingsbase.h
@@ -29,12 +29,13 @@ class SoundSettingsBase : public QMainWindow
29public: 29public:
30 SoundSettingsBase( QWidget* parent = 0, const char* name = 0, bool modal = FALSE, WFlags fl = 0 ); 30 SoundSettingsBase( QWidget* parent = 0, const char* name = 0, bool modal = FALSE, WFlags fl = 0 );
31 ~SoundSettingsBase(); 31 ~SoundSettingsBase();
32 32
33 QLabel* PixmapLabel1_2; 33 QLabel* PixmapLabel1_2;
34 QLabel* TextLabel1_2; 34 QLabel* TextLabel1_2;
35 QLabel *keyLabel;
35/* QLabel* volLabel; */ 36/* QLabel* volLabel; */
36/* QLabel* micLabel; */ 37/* QLabel* micLabel; */
37/* QSlider* volume; */ 38/* QSlider* volume; */
38/* QSlider* mic; */ 39/* QSlider* mic; */
39/* QLabel* PixmapLabel2_2; */ 40/* QLabel* PixmapLabel2_2; */
40/* QLabel* TextLabel2_2; */ 41/* QLabel* TextLabel2_2; */
@@ -45,12 +46,13 @@ public:
45 QCheckBox* sixteenBitCheckBox; 46 QCheckBox* sixteenBitCheckBox;
46 QCheckBox* AlertCheckBox; 47 QCheckBox* AlertCheckBox;
47 QLabel* TextLabel1; 48 QLabel* TextLabel1;
48 QComboBox* LocationComboBox; 49 QComboBox* LocationComboBox;
49 QComboBox* keyComboBox; 50 QComboBox* keyComboBox;
50 QComboBox* timeLimitComboBox; 51 QComboBox* timeLimitComboBox;
52 QCheckBox *restartCheckBox;
51 bool keyReset; 53 bool keyReset;
52protected: 54protected:
53 QGridLayout* SoundSettingsBaseLayout; 55 QGridLayout* SoundSettingsBaseLayout;
54protected slots: 56protected slots:
55 57
56}; 58};