summaryrefslogtreecommitdiff
path: root/noncore/settings
authorllornkcor <llornkcor>2002-05-23 17:38:39 (UTC)
committer llornkcor <llornkcor>2002-05-23 17:38:39 (UTC)
commit6383d771c26498df45a89b353165d3ffcb1dd409 (patch) (side-by-side diff)
tree9a5fa44b75fc5283aa0078cfa61612c336f2281a /noncore/settings
parent486ad124967306e4a65a63f9d4bf60ea1ba38544 (diff)
downloadopie-6383d771c26498df45a89b353165d3ffcb1dd409.zip
opie-6383d771c26498df45a89b353165d3ffcb1dd409.tar.gz
opie-6383d771c26498df45a89b353165d3ffcb1dd409.tar.bz2
whoops- removed stuff that I added after I removed
Diffstat (limited to 'noncore/settings') (more/less context) (show whitespace changes)
-rw-r--r--noncore/settings/sound/soundsettingsbase.cpp12
-rw-r--r--noncore/settings/sound/soundsettingsbase.h4
2 files changed, 8 insertions, 8 deletions
diff --git a/noncore/settings/sound/soundsettingsbase.cpp b/noncore/settings/sound/soundsettingsbase.cpp
index 563b438..7c2123a 100644
--- a/noncore/settings/sound/soundsettingsbase.cpp
+++ b/noncore/settings/sound/soundsettingsbase.cpp
@@ -218,31 +218,31 @@ SoundSettingsBase::SoundSettingsBase( QWidget* parent, const char* name, bool m
AlertCheckBox = new QCheckBox( privateLayoutWidget, "AlertCheckBox" );
AlertCheckBox->setText( tr( "Visual Alerts" ) );
Layout11->addWidget( AlertCheckBox );
TextLabel1 = new QLabel( privateLayoutWidget, "TextLabel1" );
TextLabel1->setText( tr( "Location" ) );
Layout11->addWidget( TextLabel1 );
LocationComboBox = new QComboBox( FALSE, privateLayoutWidget, "LocationComboBox" );
Layout11->addWidget( LocationComboBox );
Layout12_2->addWidget( GroupBox1 );
- touchsound = new QCheckBox( this, "touchsound" );
- touchsound->setText( tr( "Screen sounds" ) );
- Layout12_2->addWidget( touchsound );
+// touchsound = new QCheckBox( this, "touchsound" );
+// touchsound->setText( tr( "Screen sounds" ) );
+// Layout12_2->addWidget( touchsound );
- keysound = new QCheckBox( this, "keysound" );
- keysound->setText( tr( "Keyboard sounds" ) );
- Layout12_2->addWidget( keysound );
+// keysound = new QCheckBox( this, "keysound" );
+// keysound->setText( tr( "Keyboard sounds" ) );
+// Layout12_2->addWidget( keysound );
QSpacerItem* spacer_9 = new QSpacerItem( 20, 20, QSizePolicy::Minimum, QSizePolicy::Expanding );
Layout12_2->addItem( spacer_9 );
SoundSettingsBaseLayout->addLayout( Layout12_2, 0, 1 );
}
/*
* Destroys the object and frees any allocated resources
*/
SoundSettingsBase::~SoundSettingsBase()
{
// no need to delete child widgets, Qt does it all for us
diff --git a/noncore/settings/sound/soundsettingsbase.h b/noncore/settings/sound/soundsettingsbase.h
index 66ba34a..e65c813 100644
--- a/noncore/settings/sound/soundsettingsbase.h
+++ b/noncore/settings/sound/soundsettingsbase.h
@@ -36,26 +36,26 @@ public:
QSlider* volume;
QSlider* mic;
QLabel* PixmapLabel2_2;
QLabel* TextLabel2_2;
QGroupBox* GroupBox1;
QLabel* sampleRateLabel;
QComboBox* sampleRate;
QCheckBox* stereoCheckBox;
QCheckBox* sixteenBitCheckBox;
QCheckBox* AlertCheckBox;
QLabel* TextLabel1;
QComboBox* LocationComboBox;
- QCheckBox* touchsound;
- QCheckBox* keysound;
+/* QCheckBox* touchsound; */
+/* QCheckBox* keysound; */
protected:
QGridLayout* SoundSettingsBaseLayout;
QVBoxLayout* GroupBox3Layout;
QVBoxLayout* Layout10;
QHBoxLayout* Layout16;
QHBoxLayout* Layout13;
QHBoxLayout* Layout12;
QHBoxLayout* Layout17;
QVBoxLayout* Layout12_2;
QVBoxLayout* Layout11;
};