summaryrefslogtreecommitdiffstats
path: root/tools/dbusxml2qt3/main.cpp
diff options
context:
space:
mode:
authorTimothy Pearson <[email protected]>2012-03-01 13:23:20 -0600
committerTimothy Pearson <[email protected]>2012-03-01 13:23:20 -0600
commit9382852ba75c745258b60f0fc065651a7580c593 (patch)
treec5a90b11edfdedb140bc4e66a4599834ebdf4b77 /tools/dbusxml2qt3/main.cpp
parent33bcd26f99ce0f05cdf7e1c5e9c7e0ff3073f2b7 (diff)
downloaddbus-1-tqt-9382852ba75c745258b60f0fc065651a7580c593.tar.gz
dbus-1-tqt-9382852ba75c745258b60f0fc065651a7580c593.zip
Rename additional global TQt functions
Diffstat (limited to 'tools/dbusxml2qt3/main.cpp')
-rw-r--r--tools/dbusxml2qt3/main.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/dbusxml2qt3/main.cpp b/tools/dbusxml2qt3/main.cpp
index cdc0a98..0208072 100644
--- a/tools/dbusxml2qt3/main.cpp
+++ b/tools/dbusxml2qt3/main.cpp
@@ -277,7 +277,7 @@ int main(int argc, char** argv)
{
if (!hasIntrospectable)
{
- qDebug("Generating org.freedesktop.DBus.Introspectable on demand");
+ tqDebug("Generating org.freedesktop.DBus.Introspectable on demand");
Class classData;
classData.name = "Introspectable";