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/main.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/main.cpp')
-rw-r--r-- | tools/dbusxml2qt3/main.cpp | 2 |
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"; |