QTfrontend/pages.h
changeset 3708 64e059b6f9c5
parent 3695 c11abf387a7d
child 3743 234ce4da76d4
--- a/QTfrontend/pages.h	Mon Aug 02 01:07:51 2010 +0200
+++ b/QTfrontend/pages.h	Mon Aug 02 15:23:16 2010 +0200
@@ -48,6 +48,7 @@
 class QDataWidgetMapper;
 class QAbstractItemModel;
 class QSettings;
+class QSlider;
 
 class GameCFGWidget;
 class TeamSelWidget;
@@ -221,9 +222,6 @@
     QComboBox *CBResolution;
     QCheckBox *CBEnableSound;
     QCheckBox *CBEnableFrontendSound;
-#ifdef _WIN32
-    QCheckBox *CBHardwareSound;
-#endif
     QCheckBox *CBEnableMusic;
     QCheckBox *CBEnableFrontendMusic;
     QCheckBox *CBFullscreen;
@@ -240,7 +238,7 @@
     QLabel *labelNN;
     QSpinBox * volumeBox;
     QLineEdit *editNetNick;
-    QCheckBox *CBReduceQuality;
+    QSlider *SLQuality;
     QCheckBox *CBFrontendEffects;
 };