--- a/QTfrontend/pages.h Mon Aug 02 12:24:06 2010 +0200
+++ b/QTfrontend/pages.h Mon Aug 02 15:05:56 2010 +0200
@@ -48,6 +48,7 @@
class QDataWidgetMapper;
class QAbstractItemModel;
class QSettings;
+class QSlider;
class GameCFGWidget;
class TeamSelWidget;
@@ -222,9 +223,6 @@
QCheckBox *CBEnableSound;
QCheckBox *CBEnableFrontendSound;
QCheckBox *CBEnableStereo;
-#ifdef _WIN32
- QCheckBox *CBHardwareSound;
-#endif
QCheckBox *CBEnableMusic;
QCheckBox *CBEnableFrontendMusic;
QCheckBox *CBFullscreen;
@@ -241,7 +239,7 @@
QLabel *labelNN;
QSpinBox * volumeBox;
QLineEdit *editNetNick;
- QCheckBox *CBReduceQuality;
+ QSlider *SLQuality;
QCheckBox *CBFrontendEffects;
};