diff -r 48e1f9a04c28 -r 84afe376a3b3 QTfrontend/gameuiconfig.h --- a/QTfrontend/gameuiconfig.h Sat Feb 26 15:56:11 2011 +0100 +++ b/QTfrontend/gameuiconfig.h Sun Feb 27 11:32:48 2011 -0500 @@ -31,6 +31,7 @@ Q_OBJECT public: + HWForm * Form; GameUIConfig(HWForm * FormWidgets, const QString & fileName); QStringList GetTeamsList(); QRect vid_Resolution(); @@ -67,7 +68,6 @@ void SaveOptions(); private: - HWForm * Form; quint8 depth; };