diff options
Diffstat (limited to 'dcop')
-rw-r--r-- | dcop/HOWTO | 4 | ||||
-rw-r--r-- | dcop/Mainpage.dox | 4 | ||||
-rw-r--r-- | dcop/dcopclient.h | 2 |
3 files changed, 5 insertions, 5 deletions
diff --git a/dcop/HOWTO b/dcop/HOWTO index 344ed82d1..86324529f 100644 --- a/dcop/HOWTO +++ b/dcop/HOWTO @@ -108,8 +108,8 @@ If you wish to attach again you will need to re-register as well. If you only wish to change the ID under which you are registered, simply call DCOPClient::registerAs() with the new name. -KUniqueApplication automatically registers itself to DCOP. If you -are using KUniqueApplication you should not attach or register +TDEUniqueApplication automatically registers itself to DCOP. If you +are using TDEUniqueApplication you should not attach or register yourself, this is already done. The appId is by definition equal to kapp->name(). You can retrieve the registered DCOP client by calling kapp->dcopClient(). diff --git a/dcop/Mainpage.dox b/dcop/Mainpage.dox index ca596022c..186aed76b 100644 --- a/dcop/Mainpage.dox +++ b/dcop/Mainpage.dox @@ -70,8 +70,8 @@ If you wish to attach again you will need to re-register as well. If you only wish to change the ID under which you are registered, simply call DCOPClient::registerAs() with the new name. -KUniqueApplication automatically registers itself to DCOP. If you -are using KUniqueApplication you should not attach or register +TDEUniqueApplication automatically registers itself to DCOP. If you +are using TDEUniqueApplication you should not attach or register yourself, this is already done. The appId is by definition equal to \p kapp->name(). You can retrieve the registered DCOP client by calling \p kapp->dcopClient(). diff --git a/dcop/dcopclient.h b/dcop/dcopclient.h index af7e27557..4ad76ba96 100644 --- a/dcop/dcopclient.h +++ b/dcop/dcopclient.h @@ -111,7 +111,7 @@ class DCOP_EXPORT DCOPClient : public TQObject /** * @internal - * Internal function for KUniqueApplication to register the DCOPClient + * Internal function for TDEUniqueApplication to register the DCOPClient * with the application in case the application didn't exist at the * time the DCOPClient was created. */ |