summaryrefslogtreecommitdiffstats
path: root/doc/kde_app_devel/index.docbook
diff options
context:
space:
mode:
Diffstat (limited to 'doc/kde_app_devel/index.docbook')
-rw-r--r--doc/kde_app_devel/index.docbook6
1 files changed, 3 insertions, 3 deletions
diff --git a/doc/kde_app_devel/index.docbook b/doc/kde_app_devel/index.docbook
index bfade594..a73c681a 100644
--- a/doc/kde_app_devel/index.docbook
+++ b/doc/kde_app_devel/index.docbook
@@ -542,7 +542,7 @@ Additionally, for specific solutions KDE offers the following libraries:
the tdefx library, containing pixmaps, image effects the KStyle extension to QStyle
</para></listitem>
<listitem><para>
-the khtml library, containing KDE's html component
+the tdehtml library, containing KDE's html component
</para></listitem>
<listitem><para>
the kjs library, containing KDE's Javascript support
@@ -551,7 +551,7 @@ the kjs library, containing KDE's Javascript support
the kio library, containing low level access to network files
</para></listitem>
<listitem><para>
-the kparts library, containing support for re-usable embeddable extendable applications
+the tdeparts library, containing support for re-usable embeddable extendable applications
</para></listitem>
</itemizedlist>
</para>
@@ -1131,7 +1131,7 @@ KIconView: a graphical viewer of icon files
</orderedlist>
</para>
<para>
-The khtml library, on the other hand, offers a complete HTML-interpreting widget that is ready to use.
+The tdehtml library, on the other hand, offers a complete HTML-interpreting widget that is ready to use.
It is scrollable already, so you don't even have to take care for that. A possible use could be to
integrate it as a preview widget for an HTML editor; used by applications such as Konqueror to display HTML files.
</para>