diff options
author | Michele Calgaro <michele.calgaro@yahoo.it> | 2024-11-05 12:24:20 +0900 |
---|---|---|
committer | Michele Calgaro <michele.calgaro@yahoo.it> | 2024-11-19 22:26:14 +0900 |
commit | 1711870a073597c2282f32ad39a9b8ad5e1cf6bb (patch) | |
tree | 1fb9f1d9ad4ec650960add05c3dd287cd42c7d61 /dcop/HOWTO | |
parent | 87ad1e6c4d56fb52faa0d1af4afe5c33f05e6dca (diff) | |
download | tdelibs-1711870a073597c2282f32ad39a9b8ad5e1cf6bb.tar.gz tdelibs-1711870a073597c2282f32ad39a9b8ad5e1cf6bb.zip |
Rename KUniqueApplication to TDEUniqueApplication and remove obsolete kapp.h and kuniqueapp.h headers
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
Diffstat (limited to 'dcop/HOWTO')
-rw-r--r-- | dcop/HOWTO | 4 |
1 files changed, 2 insertions, 2 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(). |