diff -r 62aa418ed214 -r 6fe3e922246e QTfrontend/hwform.h --- a/QTfrontend/hwform.h Fri Oct 21 04:11:26 2011 +0200 +++ b/QTfrontend/hwform.h Fri Oct 21 07:00:49 2011 +0200 @@ -26,7 +26,7 @@ #include "netserver.h" #include "game.h" #include "ui_hwform.h" -#include "SDLs.h" +#include "SDLInteraction.h" #include "bgwidget.h" #ifdef __APPLE__ @@ -54,7 +54,6 @@ public: HWForm(QWidget *parent = 0, QString styleSheet = ""); Ui_HWForm ui; - SDLInteraction sdli; GameUIConfig * config; QSettings * gameSettings; // Same file GameUIConfig points to but without the baggage. Needs sync() calls if you want to get GameUIConfig changes though void updateXfire();