summaryrefslogtreecommitdiffstats
path: root/doc/kdearch
diff options
context:
space:
mode:
Diffstat (limited to 'doc/kdearch')
-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 8dff869d..1044cfe4 100644
--- a/doc/kdearch/index.docbook
+++ b/doc/kdearch/index.docbook
@@ -1814,7 +1814,7 @@ class. In order to show the manual of your application, just use
</para>
<programlisting>
-kapp->invokeHelp()
+tdeApp->invokeHelp()
</programlisting>
<para>
@@ -2139,7 +2139,7 @@ class:
</para>
<programlisting>
-DCOPClient *client = kapp->dcopClient();
+DCOPClient *client = tdeApp->dcopClient();
client->attach();
if (!client->isApplicationRegistered("tdeio_uiserver")) {
TQString error;