summaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
authorMichele Calgaro <michele.calgaro@yahoo.it>2024-11-10 17:48:31 +0900
committerMichele Calgaro <michele.calgaro@yahoo.it>2024-11-10 17:48:31 +0900
commit5a0afc9e219fe72a763af031a4b3ce385316f1ea (patch)
tree88782b366f2f890f3ad7419f43089baaa86fc634 /doc
parent35a1f253290b150e19e90c4dd3254f51f0d3784c (diff)
downloadtdevelop-master.tar.gz
tdevelop-master.zip
Rename KUniqueApplication to TDEUniqueApplicationHEADmaster
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
Diffstat (limited to 'doc')
-rw-r--r--doc/kdearch/index.docbook4
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/kdearch/index.docbook b/doc/kdearch/index.docbook
index 0dbe8dbe..8dff869d 100644
--- a/doc/kdearch/index.docbook
+++ b/doc/kdearch/index.docbook
@@ -116,7 +116,7 @@ Initializes and controls a KDE application.
</formalpara></listitem>
<listitem><formalpara>
-<title><ulink url="kdeapi:tdecore/KUniqueApplication">KUniqueApplication</ulink></title>
+<title><ulink url="kdeapi:tdecore/TDEUniqueApplication">TDEUniqueApplication</ulink></title>
<para>
Makes sure only one instance of an application can run simultaneously.
</para>
@@ -2097,7 +2097,7 @@ registered with DCOP and uses the running service. If it is not registered yet,
KDE will start it up and wait until is registered. Thus, you can immediately
send DCOP calls to the service. In such a case, the service should be implemented
as a
-<ulink url="kdeapi:tdecore/KUniqueApplication.html">KUniqueApplication</ulink>.
+<ulink url="kdeapi:tdecore/TDEUniqueApplication.html">TDEUniqueApplication</ulink>.
</para>
<para>