diff options
Diffstat (limited to 'kimagemapeditor/mapslistview.h')
-rw-r--r-- | kimagemapeditor/mapslistview.h | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/kimagemapeditor/mapslistview.h b/kimagemapeditor/mapslistview.h index 467279ae..ca1707af 100644 --- a/kimagemapeditor/mapslistview.h +++ b/kimagemapeditor/mapslistview.h @@ -28,11 +28,12 @@ class KListView; * * Jan Schaefer **/ -class MapsListView : public QVBox +class MapsListView : public TQVBox { Q_OBJECT + TQ_OBJECT public: - MapsListView(TQWidget *parent, const char *name); + MapsListView(TQWidget *tqparent, const char *name); ~MapsListView(); /** @@ -41,7 +42,7 @@ public: void addMap(const TQString &); /** - * Adds all maps of the given QList to the ListView + * Adds all maps of the given TQList to the ListView */ void addMaps(TQPtrList<MapTag> *); |