summaryrefslogtreecommitdiffstats
path: root/tools/designer/uic/subclassing.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'tools/designer/uic/subclassing.cpp')
-rw-r--r--tools/designer/uic/subclassing.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/tools/designer/uic/subclassing.cpp b/tools/designer/uic/subclassing.cpp
index f89b2ffb..194bb615 100644
--- a/tools/designer/uic/subclassing.cpp
+++ b/tools/designer/uic/subclassing.cpp
@@ -63,8 +63,8 @@ void Uic::createSubDecl( const TQDomElement &e, const TQString& subClass )
out << "class " << subClass << " : public " << nameOfClass << endl;
out << "{" << endl;
-/* tmake ignore Q_OBJECT */
- out << " Q_OBJECT" << endl;
+/* tmake ignore TQ_OBJECT */
+ out << " TQ_OBJECT" << endl;
out << endl;
out << "public:" << endl;