diff options
Diffstat (limited to 'konquest/map_widget.h')
-rw-r--r-- | konquest/map_widget.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/konquest/map_widget.h b/konquest/map_widget.h index e408b2dd..4f274a47 100644 --- a/konquest/map_widget.h +++ b/konquest/map_widget.h @@ -20,7 +20,7 @@ class ConquestMap : public TQGridView // Constructors public: - ConquestMap( Map *newMap, TQWidget *tqparent = 0 ); + ConquestMap( Map *newMap, TQWidget *parent = 0 ); virtual ~ConquestMap(); // Interface |