diff options
Diffstat (limited to 'tools/dbusxml2qt3/methodgen.cpp')
-rw-r--r-- | tools/dbusxml2qt3/methodgen.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/dbusxml2qt3/methodgen.cpp b/tools/dbusxml2qt3/methodgen.cpp index ec569ab..45a5b8e 100644 --- a/tools/dbusxml2qt3/methodgen.cpp +++ b/tools/dbusxml2qt3/methodgen.cpp @@ -835,7 +835,7 @@ void MethodGenerator::writeMethodCall(const Class& classData, stream << " if (!error.isValid())" << endl; stream << " {" << endl; - stream << " qWarning(\"Call to implementation of "; + stream << " tqWarning(\"Call to implementation of "; TQStringList::const_iterator nsIt = classData.namespaces.begin(); TQStringList::const_iterator nsEndIt = classData.namespaces.end(); |