QTfrontend/hwform.h
changeset 6165 6fe3e922246e
parent 6048 ae213ef7030a
child 6190 1db2486e45f4
--- 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();