QTfrontend/hwform.h
changeset 6572 0d0af531c1c7
parent 6561 b2165583cdf5
child 6574 ec059b55aa72
--- a/QTfrontend/hwform.h	Sun Jan 15 22:48:34 2012 +0100
+++ b/QTfrontend/hwform.h	Sun Jan 15 22:57:49 2012 +0100
@@ -60,8 +60,8 @@
 public:
     HWForm(QWidget *parent = 0, QString styleSheet = "");
     Ui_HWForm ui;
-    GameUIConfig * config;
-    QSettings * gameSettings; // Same file GameUIConfig points to but without the baggage.  Needs sync() calls if you want to get GameUIConfig changes though
+    static GameUIConfig * config;
+    static QSettings * gameSettings; // Same file GameUIConfig points to but without the baggage.  Needs sync() calls if you want to get GameUIConfig changes though
     void updateXfire();
     void PlayDemoQuick(const QString & demofilename);
     void exit();