summaryrefslogtreecommitdiff
path: root/noncore/settings/sound/soundsettingsbase.h
Side-by-side diff
Diffstat (limited to 'noncore/settings/sound/soundsettingsbase.h') (more/less context) (ignore whitespace changes)
-rw-r--r--noncore/settings/sound/soundsettingsbase.h8
1 files changed, 5 insertions, 3 deletions
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
@@ -10,8 +10,10 @@
#define SOUNDSETTINGSBASE_H
#include <qvariant.h>
#include <qdialog.h>
+#include <qmainwindow.h>
+
class QVBoxLayout;
class QHBoxLayout;
class QGridLayout;
class QCheckBox;
@@ -19,9 +21,9 @@ class QComboBox;
class QGroupBox;
class QLabel;
class QSlider;
-class SoundSettingsBase : public QDialog
+class SoundSettingsBase : public QMainWindow
{
Q_OBJECT
public:
@@ -44,10 +46,8 @@ public:
QCheckBox* sixteenBitCheckBox;
QCheckBox* AlertCheckBox;
QLabel* TextLabel1;
QComboBox* LocationComboBox;
-/* QCheckBox* touchsound; */
-/* QCheckBox* keysound; */
protected:
QGridLayout* SoundSettingsBaseLayout;
QVBoxLayout* GroupBox3Layout;
@@ -57,7 +57,9 @@ protected:
QHBoxLayout* Layout12;
QHBoxLayout* Layout17;
QVBoxLayout* Layout12_2;
QVBoxLayout* Layout11;
+protected slots:
+
};
#endif // SOUNDSETTINGSBASE_H