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
@@ -13,2 +13,4 @@
#include <qdialog.h>
+#include <qmainwindow.h>
+
class QVBoxLayout;
@@ -22,3 +24,3 @@ class QSlider;
-class SoundSettingsBase : public QDialog
+class SoundSettingsBase : public QMainWindow
{
@@ -47,4 +49,2 @@ public:
QComboBox* LocationComboBox;
-/* QCheckBox* touchsound; */
-/* QCheckBox* keysound; */
@@ -60,2 +60,4 @@ protected:
QVBoxLayout* Layout11;
+protected slots:
+
};