diff options
Diffstat (limited to 'atlantik/client/selectgame_widget.h')
-rw-r--r-- | atlantik/client/selectgame_widget.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/atlantik/client/selectgame_widget.h b/atlantik/client/selectgame_widget.h index 5b9a523d..273acfa3 100644 --- a/atlantik/client/selectgame_widget.h +++ b/atlantik/client/selectgame_widget.h @@ -18,7 +18,7 @@ #define ATLANTIK_SELECTGAME_WIDGET_H #include <tqwidget.h> -#include <tqlayout.h> +#include <layout.h> #include <klistview.h> #include <kpushbutton.h> @@ -52,7 +52,7 @@ signals: void joinGame(int gameId); void newGame(const TQString &gameType); void leaveServer(); - void msgtqStatus(const TQString &status); + void msgStatus(const TQString &status); private: TQListViewItem *findItem(Game *game); |