diff options
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() |