summaryrefslogtreecommitdiffstats
path: root/doc/kdearch/index.docbook
diff options
context:
space:
mode:
Diffstat (limited to 'doc/kdearch/index.docbook')
-rw-r--r--doc/kdearch/index.docbook10
1 files changed, 5 insertions, 5 deletions
diff --git a/doc/kdearch/index.docbook b/doc/kdearch/index.docbook
index e5942974..7bccb9fa 100644
--- a/doc/kdearch/index.docbook
+++ b/doc/kdearch/index.docbook
@@ -87,9 +87,9 @@ The <literal>kjs</literal> library provides an implementation of JavaScript.
</varlistentry>
<varlistentry>
-<term><ulink url="kdeapi:khtml/index.html">khtml</ulink></term>
+<term><ulink url="kdeapi:tdehtml/index.html">tdehtml</ulink></term>
<listitem><para>
-The <literal>khtml</literal> library contains the KHTML part, a HTML browsing
+The <literal>tdehtml</literal> library contains the KHTML part, a HTML browsing
widget, DOM API and parser, including interfaces to Java and JavaScript.
</para></listitem>
</varlistentry>
@@ -592,7 +592,7 @@ A GUI fragment consisting of an action collection and a DOM tree representing th
</para>
</formalpara></listitem>
-<listitem><formalpara><title><ulink url="kdeapi:kparts/KPartManager">KPartManager</ulink></title>
+<listitem><formalpara><title><ulink url="kdeapi:tdeparts/KPartManager">KPartManager</ulink></title>
<para>
Manages the activation of XMLGUI clients.
</para>
@@ -2004,9 +2004,9 @@ The type of the factory class <classname>DoxygenFactory</classname> depends on
the specific service type the service implements. In our example of a TDevelop
plugin, the factory must be a <classname>KDevFactory</classname> (which
inherits <classname>KLibFactory</classname>). More common examples are
-<ulink url="kdeapi:kparts/KParts::Factory">KParts::Factory</ulink>
+<ulink url="kdeapi:tdeparts/KParts::Factory">KParts::Factory</ulink>
which is supposed to produce
-<ulink url="kdeapi:kparts/KParts::ReadOnlyPart">KParts::ReadOnlyPart</ulink>
+<ulink url="kdeapi:tdeparts/KParts::ReadOnlyPart">KParts::ReadOnlyPart</ulink>
objects or in most cases the generic
<ulink url="kdeapi:tdecore/KLibFactory">KLibFactory</ulink>.
</para>