summaryrefslogtreecommitdiffstats
path: root/kommander/editor/propertyeditor.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 /kommander/editor/propertyeditor.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 'kommander/editor/propertyeditor.h')
-rw-r--r--kommander/editor/propertyeditor.h20
1 files changed, 10 insertions, 10 deletions
diff --git a/kommander/editor/propertyeditor.h b/kommander/editor/propertyeditor.h
index f34b7337..42e64e3e 100644
--- a/kommander/editor/propertyeditor.h
+++ b/kommander/editor/propertyeditor.h
@@ -32,17 +32,17 @@
class PropertyList;
class PropertyEditor;
-class QPainter;
-class QColorGroup;
-class QComboBox;
-class QLineEdit;
-class QPushButton;
-class QHBox;
-class QSpinBox;
-class QLabel;
+class TQPainter;
+class TQColorGroup;
+class TQComboBox;
+class TQLineEdit;
+class TQPushButton;
+class TQHBox;
+class TQSpinBox;
+class TQLabel;
class FormWindow;
-class QCloseEvent;
-class QResizeEvent;
+class TQCloseEvent;
+class TQResizeEvent;
class PropertyWhatsThis;
class QDateEdit;
class QTimeEdit;