From dc6b8e72fed2586239e3514819238c520636c9d9 Mon Sep 17 00:00:00 2001 From: tpearson Date: Sat, 31 Jul 2010 19:54:04 +0000 Subject: Trinity Qt initial conversion git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/kdewebdev@1157656 283d02a7-25f6-0310-bc7c-ecb5cbfe19da --- kimagemapeditor/arealistview.h | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'kimagemapeditor/arealistview.h') 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 -#include +#include +#include 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; }; -- cgit v1.2.1