diff options
Diffstat (limited to 'tools/dbusxml2qt3/classgen.cpp')
-rw-r--r-- | tools/dbusxml2qt3/classgen.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/tools/dbusxml2qt3/classgen.cpp b/tools/dbusxml2qt3/classgen.cpp index ee626a5..040a969 100644 --- a/tools/dbusxml2qt3/classgen.cpp +++ b/tools/dbusxml2qt3/classgen.cpp @@ -556,7 +556,7 @@ static void writeMethodDeclarations(const Class& classData, Class::Role role, switch (role) { case Class::Interface: - qWarning("Properties not yet supported for interfaces"); + tqWarning("Properties not yet supported for interfaces"); skip = true; pureVirtual = true; break; @@ -959,7 +959,7 @@ bool ClassGenerator::finishStreams(const TQString& baseName, bool ClassGenerator::extractClass(const TQDomElement& interfaceElement, Class& classData) { - qDebug("ClassGenerator: processing interface '%s'", + tqDebug("ClassGenerator: processing interface '%s'", interfaceElement.attribute("name").latin1()); classData.dbusName = interfaceElement.attribute("name"); |