diff -r f7628ebfccde -r d7877468653b QTfrontend/gameuiconfig.h --- a/QTfrontend/gameuiconfig.h Fri Sep 21 18:55:44 2007 +0000 +++ b/QTfrontend/gameuiconfig.h Fri Sep 21 19:18:06 2007 +0000 @@ -39,14 +39,14 @@ bool isShowFPSEnabled(); bool isAltDamageEnabled(); quint8 timerInterval(); - -private slots: + quint8 bitDepth(); public slots: void SaveOptions(); private: HWForm * Form; + quint8 depth; }; #endif