summaryrefslogtreecommitdiffstats
path: root/konquest/newgamedlg.h
diff options
context:
space:
mode:
Diffstat (limited to 'konquest/newgamedlg.h')
-rw-r--r--konquest/newgamedlg.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/konquest/newgamedlg.h b/konquest/newgamedlg.h
index 6a8c81d4..b3c93b2c 100644
--- a/konquest/newgamedlg.h
+++ b/konquest/newgamedlg.h
@@ -15,9 +15,10 @@ class NewGameDlgUI;
class NewGameDlg : public KDialogBase
{
Q_OBJECT
+ TQ_OBJECT
public:
- NewGameDlg( TQWidget *parent, Map *map, PlayerList *playerList,
+ NewGameDlg( TQWidget *tqparent, Map *map, PlayerList *playerList,
Player *neutralPlayer, PlanetList *planetList );
int turns( void );