summaryrefslogtreecommitdiffstats
path: root/src/tools/dbusxml2qt3/classgen.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/tools/dbusxml2qt3/classgen.cpp')
-rw-r--r--src/tools/dbusxml2qt3/classgen.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/tools/dbusxml2qt3/classgen.cpp b/src/tools/dbusxml2qt3/classgen.cpp
index e117387..0f54fd8 100644
--- a/src/tools/dbusxml2qt3/classgen.cpp
+++ b/src/tools/dbusxml2qt3/classgen.cpp
@@ -416,7 +416,7 @@ static void openClassDeclaration(const Class& classData,
case Class::Proxy:
stream << "class " << classData.name << " : public TQObject" << endl;
stream << "{" << endl;
- stream << " Q_OBJECT" << endl;
+ stream << " TQ_OBJECT" << endl;
stream << " " << endl;
stream << "public:" << endl;
stream << " " << classData.name