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/kde_app_devel | |
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/kde_app_devel')
-rw-r--r-- | doc/kde_app_devel/index.docbook | 6 |
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> |