From 343f008ab9a6905ff6f9c953279e84cc581ea8b6 Mon Sep 17 00:00:00 2001 From: llornkcor Date: Thu, 23 May 2002 18:57:58 +0000 Subject: removed silly functions that arent called --- (limited to 'noncore/settings/sound/soundsettingsbase.h') diff --git a/noncore/settings/sound/soundsettingsbase.h b/noncore/settings/sound/soundsettingsbase.h index e65c813..7a939ea 100644 --- a/noncore/settings/sound/soundsettingsbase.h +++ b/noncore/settings/sound/soundsettingsbase.h @@ -11,6 +11,8 @@ #include #include +#include + class QVBoxLayout; class QHBoxLayout; class QGridLayout; @@ -20,7 +22,7 @@ class QGroupBox; class QLabel; class QSlider; -class SoundSettingsBase : public QDialog +class SoundSettingsBase : public QMainWindow { Q_OBJECT @@ -45,8 +47,6 @@ public: QCheckBox* AlertCheckBox; QLabel* TextLabel1; QComboBox* LocationComboBox; -/* QCheckBox* touchsound; */ -/* QCheckBox* keysound; */ protected: QGridLayout* SoundSettingsBaseLayout; @@ -58,6 +58,8 @@ protected: QHBoxLayout* Layout17; QVBoxLayout* Layout12_2; QVBoxLayout* Layout11; +protected slots: + }; #endif // SOUNDSETTINGSBASE_H -- cgit v0.9.0.2