QTfrontend/gameuiconfig.h
changeset 4958 84afe376a3b3
parent 4004 b1c2c2f6fc5e
child 4976 088d40d8aba2
--- 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;
 };