QTfrontend/game.h
changeset 28 59f7db859b8a
parent 26 e32fa14529f8
child 31 99888245a4e8
--- a/QTfrontend/game.h	Fri Dec 16 20:57:14 2005 +0000
+++ b/QTfrontend/game.h	Fri Dec 16 20:59:49 2005 +0000
@@ -35,7 +35,6 @@
 #define GAME_H
 
 #include <QObject>
-#include <QDialog>
 #include <QTcpServer>
 #include <QTcpSocket>
 #include <QByteArray>
@@ -47,7 +46,7 @@
 #define MAXMSGCHARS 255
 #define SENDIPC(a) SendIPC(a, sizeof(a) - 1)
 
-class HWGame : public QDialog
+class HWGame : public QObject
 {
 	Q_OBJECT
 public: