summaryrefslogtreecommitdiffstats
path: root/kimagemapeditor/kimagemapeditor.h
diff options
context:
space:
mode:
authortpearson <tpearson@283d02a7-25f6-0310-bc7c-ecb5cbfe19da>2010-08-02 19:30:14 +0000
committertpearson <tpearson@283d02a7-25f6-0310-bc7c-ecb5cbfe19da>2010-08-02 19:30:14 +0000
commit45be2143e2c6961a65a852d4d06ebd2fdc901d38 (patch)
tree56a1ebf2562a42fe9b32ae3b1afe226c7b7f23f2 /kimagemapeditor/kimagemapeditor.h
parentdc6b8e72fed2586239e3514819238c520636c9d9 (diff)
downloadtdewebdev-45be2143e2c6961a65a852d4d06ebd2fdc901d38.tar.gz
tdewebdev-45be2143e2c6961a65a852d4d06ebd2fdc901d38.zip
TQt conversion fixes
git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/kdewebdev@1158456 283d02a7-25f6-0310-bc7c-ecb5cbfe19da
Diffstat (limited to 'kimagemapeditor/kimagemapeditor.h')
-rw-r--r--kimagemapeditor/kimagemapeditor.h12
1 files changed, 6 insertions, 6 deletions
diff --git a/kimagemapeditor/kimagemapeditor.h b/kimagemapeditor/kimagemapeditor.h
index 6d655746..f6177f9b 100644
--- a/kimagemapeditor/kimagemapeditor.h
+++ b/kimagemapeditor/kimagemapeditor.h
@@ -36,11 +36,11 @@
*/
-class QListView;
-class QPushButton;
+class TQListView;
+class TQPushButton;
class DrawZone;
-class QComboBox;
-class QListViewItem;
+class TQComboBox;
+class TQListViewItem;
class KToggleAction;
@@ -114,10 +114,10 @@ class KAction;
#if KDE_VERSION < 300
class KAccel;
#endif
-///class QListViewItem;
+///class TQListViewItem;
class KCommandHistory;
class KApplication;
-class QTabWidget;
+class TQTabWidget;
class AreaListView;
class ImagesListView;
class MapsListView;