diff options
Diffstat (limited to 'konquest/map_widget.h')
-rw-r--r-- | konquest/map_widget.h | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/konquest/map_widget.h b/konquest/map_widget.h index ed8d98f3..e408b2dd 100644 --- a/konquest/map_widget.h +++ b/konquest/map_widget.h @@ -13,13 +13,14 @@ #include "gamecore.h" #include "images.h" -class ConquestMap : public QGridView +class ConquestMap : public TQGridView { Q_OBJECT + TQ_OBJECT // Constructors public: - ConquestMap( Map *newMap, TQWidget *parent = 0 ); + ConquestMap( Map *newMap, TQWidget *tqparent = 0 ); virtual ~ConquestMap(); // Interface |