summaryrefslogtreecommitdiffstats
path: root/atlantik/client/selectgame_widget.h
diff options
context:
space:
mode:
Diffstat (limited to 'atlantik/client/selectgame_widget.h')
-rw-r--r--atlantik/client/selectgame_widget.h7
1 files changed, 4 insertions, 3 deletions
diff --git a/atlantik/client/selectgame_widget.h b/atlantik/client/selectgame_widget.h
index f6d28f43..42ec3350 100644
--- a/atlantik/client/selectgame_widget.h
+++ b/atlantik/client/selectgame_widget.h
@@ -27,12 +27,13 @@ class AtlanticCore;
class Game;
class Player;
-class SelectGame : public QWidget
+class SelectGame : public TQWidget
{
Q_OBJECT
+ TQ_OBJECT
public:
- SelectGame(AtlanticCore *atlanticCore, TQWidget *parent, const char *name=0);
+ SelectGame(AtlanticCore *atlanticCore, TQWidget *tqparent, const char *name=0);
void initPage();
bool validateNext();
@@ -51,7 +52,7 @@ signals:
void joinGame(int gameId);
void newGame(const TQString &gameType);
void leaveServer();
- void msgStatus(const TQString &status);
+ void msgtqStatus(const TQString &status);
private:
TQListViewItem *findItem(Game *game);