diff options
author | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2013-01-26 13:18:13 -0600 |
---|---|---|
committer | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2013-01-26 13:18:13 -0600 |
commit | 2fb700f92bb787fab0845a63a541cd5640daa449 (patch) | |
tree | c6f769db55585dd47a9fd415a40ee8b86926f683 /doc/kdearch/index.docbook | |
parent | fd1d1e1064eb09ddbbd67d3597c39856f5c0bc76 (diff) | |
download | tdevelop-2fb700f92bb787fab0845a63a541cd5640daa449.tar.gz tdevelop-2fb700f92bb787fab0845a63a541cd5640daa449.zip |
Rename a number of libraries and executables to avoid conflicts with KDE4
Diffstat (limited to 'doc/kdearch/index.docbook')
-rw-r--r-- | doc/kdearch/index.docbook | 10 |
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> |