diff -r da5cfded818b -r 0d0af531c1c7 QTfrontend/hwform.h --- 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();