summaryrefslogtreecommitdiff
path: root/noncore/settings/sound/soundsettingsbase.h
authorllornkcor <llornkcor>2002-07-13 18:11:09 (UTC)
committer llornkcor <llornkcor>2002-07-13 18:11:09 (UTC)
commitc458ba7f91acf0eb84cb1e414f77dbde0581b905 (patch) (side-by-side diff)
tree637d7aceb0ce2717f7631c396c5fcdff73137d1f /noncore/settings/sound/soundsettingsbase.h
parentf0421434c11a7781040340714fa01b6db2266a0b (diff)
downloadopie-c458ba7f91acf0eb84cb1e414f77dbde0581b905.zip
opie-c458ba7f91acf0eb84cb1e414f77dbde0581b905.tar.gz
opie-c458ba7f91acf0eb84cb1e414f77dbde0581b905.tar.bz2
remove volume controls as they are handled by volume applet, made into a more flexible layout
Diffstat (limited to 'noncore/settings/sound/soundsettingsbase.h') (more/less context) (ignore whitespace changes)
-rw-r--r--noncore/settings/sound/soundsettingsbase.h23
1 files changed, 7 insertions, 16 deletions
diff --git a/noncore/settings/sound/soundsettingsbase.h b/noncore/settings/sound/soundsettingsbase.h
index 5622b70..30f32ca 100644
--- a/noncore/settings/sound/soundsettingsbase.h
+++ b/noncore/settings/sound/soundsettingsbase.h
@@ -30,16 +30,15 @@ public:
SoundSettingsBase( QWidget* parent = 0, const char* name = 0, bool modal = FALSE, WFlags fl = 0 );
~SoundSettingsBase();
- QGroupBox* GroupBox3;
QLabel* PixmapLabel1_2;
QLabel* TextLabel1_2;
- QLabel* volLabel;
- QLabel* micLabel;
- QSlider* volume;
- QSlider* mic;
- QLabel* PixmapLabel2_2;
- QLabel* TextLabel2_2;
- QGroupBox* GroupBox1;
+/* QLabel* volLabel; */
+/* QLabel* micLabel; */
+/* QSlider* volume; */
+/* QSlider* mic; */
+/* QLabel* PixmapLabel2_2; */
+/* QLabel* TextLabel2_2; */
+/* QGroupBox* GroupBox1; */
QLabel* sampleRateLabel;
QComboBox* sampleRate;
QCheckBox* stereoCheckBox;
@@ -52,14 +51,6 @@ public:
bool keyReset;
protected:
QGridLayout* SoundSettingsBaseLayout;
- QVBoxLayout* GroupBox3Layout;
- QVBoxLayout* Layout10;
- QHBoxLayout* Layout16;
- QHBoxLayout* Layout13;
- QHBoxLayout* Layout12;
- QHBoxLayout* Layout17;
- QVBoxLayout* Layout12_2;
- QVBoxLayout* Layout11;
protected slots:
};