diff options
author | tpearson <tpearson@283d02a7-25f6-0310-bc7c-ecb5cbfe19da> | 2011-08-10 06:08:18 +0000 |
---|---|---|
committer | tpearson <tpearson@283d02a7-25f6-0310-bc7c-ecb5cbfe19da> | 2011-08-10 06:08:18 +0000 |
commit | f32d0d5fd00bb0fb863bf82a406f98ccf909cd8b (patch) | |
tree | 51cd396142993d8cc972f94d0b81abbbeb9ee6ee /tqdbusconnection.h | |
parent | c8d1884b41b717f12665f760b74757e851fddb15 (diff) | |
download | dbus-1-tqt-f32d0d5fd00bb0fb863bf82a406f98ccf909cd8b.tar.gz dbus-1-tqt-f32d0d5fd00bb0fb863bf82a406f98ccf909cd8b.zip |
rename the following methods:
tqfind find
tqreplace replace
tqcontains contains
git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/dependencies/dbus-1-tqt@1246075 283d02a7-25f6-0310-bc7c-ecb5cbfe19da
Diffstat (limited to 'tqdbusconnection.h')
-rw-r--r-- | tqdbusconnection.h | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/tqdbusconnection.h b/tqdbusconnection.h index d2e78d9..e25341e 100644 --- a/tqdbusconnection.h +++ b/tqdbusconnection.h @@ -195,7 +195,7 @@ public: */ SystemBus, - // TODO tqfind out about ActivationBus purpose + // TODO find out about ActivationBus purpose ActivationBus }; @@ -560,7 +560,7 @@ public: * * Equivalent to calling addConnection(SessionBus); * - * @return a connection handle. Check isConnected() to tqfind out if the + * @return a connection handle. Check isConnected() to find out if the * connection attempt has been successfull * * @see addConnection(BusType,const TQString&); @@ -575,7 +575,7 @@ public: * * Equivalent to calling addConnection(SystemBus); * - * @return a connection handle. Check isConnected() to tqfind out if the + * @return a connection handle. Check isConnected() to find out if the * connection attempt has been successfull * * @see addConnection(BusType,const TQString&); @@ -610,7 +610,7 @@ public: * @param type the #BusType of the bus to connect to * @param name the name to use for TQT_DBusConnection's connection sharing * - * @return a connection handle. Check isConnected() to tqfind out if the + * @return a connection handle. Check isConnected() to find out if the * connection attempt has been successfull * * @see closeConnection() @@ -631,7 +631,7 @@ public: * socket address * @param name the name to use for TQT_DBusConnection's connection sharing * - * @return a connection handle. Check isConnected() to tqfind out if the + * @return a connection handle. Check isConnected() to find out if the * connection attempt has been successfull * * @see closeConnection() |