summaryrefslogtreecommitdiffstats
path: root/kimagemapeditor
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
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')
-rw-r--r--kimagemapeditor/arealistview.h2
-rw-r--r--kimagemapeditor/kimagemapeditor.h12
-rw-r--r--kimagemapeditor/kimearea.h8
-rw-r--r--kimagemapeditor/kimedialogs.h18
4 files changed, 20 insertions, 20 deletions
diff --git a/kimagemapeditor/arealistview.h b/kimagemapeditor/arealistview.h
index 9171cd44..6e09aaef 100644
--- a/kimagemapeditor/arealistview.h
+++ b/kimagemapeditor/arealistview.h
@@ -22,7 +22,7 @@
#include <tqvbox.h>
class KListView;
-class QPushButton;
+class TQPushButton;
class Area;
/**
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;
diff --git a/kimagemapeditor/kimearea.h b/kimagemapeditor/kimearea.h
index 8cd9677a..d23ad18c 100644
--- a/kimagemapeditor/kimearea.h
+++ b/kimagemapeditor/kimearea.h
@@ -26,10 +26,10 @@
#include "kdeversion.h"
-class QPainter;
-class QPointArray;
-class QListViewItem;
-class QBitmap;
+class TQPainter;
+class TQPointArray;
+class TQListViewItem;
+class TQBitmap;
typedef TQPtrList<TQRect> SelectionPointList;
diff --git a/kimagemapeditor/kimedialogs.h b/kimagemapeditor/kimedialogs.h
index 7e4f3809..7445e584 100644
--- a/kimagemapeditor/kimedialogs.h
+++ b/kimagemapeditor/kimedialogs.h
@@ -26,9 +26,9 @@
#include "kdeversion.h"
-class QLineEdit;
-class QMultiLineEdit;
-class QSpinBox;
+class TQLineEdit;
+class TQMultiLineEdit;
+class TQSpinBox;
class CoordsEdit : public TQWidget {
@@ -66,7 +66,7 @@ class CircleCoordsEdit : public CoordsEdit {
TQSpinBox *radiusSpin;
};
-class QTable;
+class TQTable;
class PolyCoordsEdit : public CoordsEdit {
Q_OBJECT
@@ -95,8 +95,8 @@ Q_OBJECT
};
-class QCheckBox;
-class QGridLayout;
+class TQCheckBox;
+class TQGridLayout;
class AreaDialog : public KDialog {
Q_OBJECT
@@ -142,9 +142,9 @@ Q_OBJECT
void areaChanged(Area* a);
};
-class QLineEdit;
-class QListBox;
-class QLabel;
+class TQLineEdit;
+class TQListBox;
+class TQLabel;
class ImageMapChooseDialog : public KDialogBase {