summaryrefslogtreecommitdiffstats
path: root/tqdbusconnection.h
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 /tqdbusconnection.h
parent33bcd26f99ce0f05cdf7e1c5e9c7e0ff3073f2b7 (diff)
downloaddbus-1-tqt-9382852ba75c745258b60f0fc065651a7580c593.tar.gz
dbus-1-tqt-9382852ba75c745258b60f0fc065651a7580c593.zip
Rename additional global TQt functions
Diffstat (limited to 'tqdbusconnection.h')
-rw-r--r--tqdbusconnection.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/tqdbusconnection.h b/tqdbusconnection.h
index f242919..a6d0b68 100644
--- a/tqdbusconnection.h
+++ b/tqdbusconnection.h
@@ -601,7 +601,7 @@ public:
* // check if we are connected and which uniqueName we got
* if (con.isConnected())
* {
- * qDebug("Connected to session bus. We got uniqueName %s",
+ * tqDebug("Connected to session bus. We got uniqueName %s",
* con.uniqueName().local8Bit().data());
* }
* @endcode