diff -r a79784328c03 -r 64e059b6f9c5 QTfrontend/pages.h --- 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; };