diff options
Diffstat (limited to 'konquest/newgamedlg.h')
-rw-r--r-- | konquest/newgamedlg.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/konquest/newgamedlg.h b/konquest/newgamedlg.h index b3c93b2c..874373fe 100644 --- a/konquest/newgamedlg.h +++ b/konquest/newgamedlg.h @@ -18,7 +18,7 @@ class NewGameDlg : public KDialogBase TQ_OBJECT public: - NewGameDlg( TQWidget *tqparent, Map *map, PlayerList *playerList, + NewGameDlg( TQWidget *parent, Map *map, PlayerList *playerList, Player *neutralPlayer, PlanetList *planetList ); int turns( void ); |