summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--src/tools/dbusxml2qt3/methodgen.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/tools/dbusxml2qt3/methodgen.cpp b/src/tools/dbusxml2qt3/methodgen.cpp
index 91ba592..4a03850 100644
--- a/src/tools/dbusxml2qt3/methodgen.cpp
+++ b/src/tools/dbusxml2qt3/methodgen.cpp
@@ -561,7 +561,7 @@ static void writeNodeIntrospection(const Class& classData,
stream << " interfaceElement = doc.createElement(\"interface\");"
<< endl;
stream << " " << (*it).namespaces.join("::") + "::" + (*it).name
- << "::buildIntrospectionData(interfaceElement);" << endl;
+ << "Interface::buildIntrospectionData(interfaceElement);" << endl;
stream << " nodeElement.appendChild(interfaceElement);" << endl;
}