From 653e1bd92e3266401e34653c598f4b9dc934cc46 Mon Sep 17 00:00:00 2001 From: Timothy Pearson Date: Fri, 17 Feb 2012 16:02:10 -0600 Subject: Remove spurious TQ_OBJECT instances --- tools/dbusxml2qt3/classgen.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tools/dbusxml2qt3/classgen.cpp') diff --git a/tools/dbusxml2qt3/classgen.cpp b/tools/dbusxml2qt3/classgen.cpp index 6ded6ca..ee626a5 100644 --- a/tools/dbusxml2qt3/classgen.cpp +++ b/tools/dbusxml2qt3/classgen.cpp @@ -398,7 +398,7 @@ static void openClassDeclaration(const Class& classData, 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 << "(const TQString& service, const TQString& path, TQObject* parent = 0, const char* name = 0);" << endl; -- cgit v1.2.1