diff options
author | Timothy Pearson <[email protected]> | 2012-03-01 13:23:20 -0600 |
---|---|---|
committer | Timothy Pearson <[email protected]> | 2012-03-01 13:23:20 -0600 |
commit | 9382852ba75c745258b60f0fc065651a7580c593 (patch) | |
tree | c5a90b11edfdedb140bc4e66a4599834ebdf4b77 /tools/dbusxml2qt3/classgen.cpp | |
parent | 33bcd26f99ce0f05cdf7e1c5e9c7e0ff3073f2b7 (diff) | |
download | dbus-1-tqt-9382852ba75c745258b60f0fc065651a7580c593.tar.gz dbus-1-tqt-9382852ba75c745258b60f0fc065651a7580c593.zip |
Rename additional global TQt functions
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"); |