diff options
Diffstat (limited to 'kimagemapeditor/arealistview.h')
-rw-r--r-- | kimagemapeditor/arealistview.h | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/kimagemapeditor/arealistview.h b/kimagemapeditor/arealistview.h index 6037f5ee..9171cd44 100644 --- a/kimagemapeditor/arealistview.h +++ b/kimagemapeditor/arealistview.h @@ -18,8 +18,8 @@ #ifndef _AREALISTVIEW_H_ #define _AREALISTVIEW_H_ -#include <qwidget.h> -#include <qvbox.h> +#include <tqwidget.h> +#include <tqvbox.h> class KListView; class QPushButton; @@ -35,12 +35,12 @@ class AreaListView : public QVBox Q_OBJECT public: - AreaListView(QWidget *parent, const char *name); + AreaListView(TQWidget *parent, const char *name); ~AreaListView(); KListView* listView; - QPushButton *upBtn; - QPushButton *downBtn; + TQPushButton *upBtn; + TQPushButton *downBtn; }; |