diff options
Diffstat (limited to 'src/tools/dbusxml2qt3/classgen.cpp')
-rw-r--r-- | src/tools/dbusxml2qt3/classgen.cpp | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/tools/dbusxml2qt3/classgen.cpp b/src/tools/dbusxml2qt3/classgen.cpp index 0954e7c..e117387 100644 --- a/src/tools/dbusxml2qt3/classgen.cpp +++ b/src/tools/dbusxml2qt3/classgen.cpp @@ -347,6 +347,7 @@ static void writeSourceIncludes(const Class& classData, Class::Role role, case Class::Node: includes["TQt"].insertString("<tqdom.h>"); includes["TQt"].insertString("<tqmap.h>"); + includes["TQt"].insertString("<tqstringlist.h>"); includes["tqdbus"].insertString("<tqdbusconnection.h>"); includes["tqdbus"].insertString("<tqdbusmessage.h>"); break; @@ -440,6 +441,7 @@ static void openClassDeclaration(const Class& classData, stream << endl; stream << " bool registerObject(const TQT_DBusConnection& connection, " << "const TQString& path);" << endl; + stream << " void addChildNode(const TQString& child);" << endl; stream << endl; stream << " void unregisterObject();" << endl; stream << endl; |