QTfrontend/pages.h
changeset 3711 de3b3df215c3
parent 3708 64e059b6f9c5
child 3743 234ce4da76d4
--- a/QTfrontend/pages.h	Mon Aug 02 23:15:22 2010 +0200
+++ b/QTfrontend/pages.h	Mon Aug 02 23:15:34 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;
 };