summaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
authorTimothy Pearson <kb9vqf@pearsoncomputing.net>2013-01-27 21:05:18 -0600
committerTimothy Pearson <kb9vqf@pearsoncomputing.net>2013-01-27 21:05:18 -0600
commited530727c56fe2f062c1c174d73274667cd983a5 (patch)
tree33d79096cab9a9a11508ce9d7fdc6727974e320a /doc
parent595a6e60c6aafad9006327dbeb822b608e7f9b33 (diff)
downloadtdevelop-ed530727c56fe2f062c1c174d73274667cd983a5.tar.gz
tdevelop-ed530727c56fe2f062c1c174d73274667cd983a5.zip
Rename kiobuffer and KHTML
Diffstat (limited to 'doc')
-rw-r--r--doc/kde_app_devel/index.docbook2
-rw-r--r--doc/kdearch/index.docbook4
2 files changed, 3 insertions, 3 deletions
diff --git a/doc/kde_app_devel/index.docbook b/doc/kde_app_devel/index.docbook
index 374e0e37..f5af2265 100644
--- a/doc/kde_app_devel/index.docbook
+++ b/doc/kde_app_devel/index.docbook
@@ -1087,7 +1087,7 @@ document's view widget.
<listitem><para>
to create a ScrollView yourself, inherit the View widget from <classname>QWidget</classname>
and add vertical and horizontal <classname>QScrollBars </classname>.
-(This is done by KDE`s KHTMLView widget.)
+(This is done by KDE`s TDEHTMLView widget.)
</para></listitem>
<listitem><para>
For text processing, use <classname>QTextEdit</classname>. This class provides a complete
diff --git a/doc/kdearch/index.docbook b/doc/kdearch/index.docbook
index 6e4cc884..9c8872e8 100644
--- a/doc/kdearch/index.docbook
+++ b/doc/kdearch/index.docbook
@@ -89,7 +89,7 @@ The <literal>kjs</literal> library provides an implementation of JavaScript.
<varlistentry>
<term><ulink url="kdeapi:tdehtml/index.html">tdehtml</ulink></term>
<listitem><para>
-The <literal>tdehtml</literal> library contains the KHTML part, a HTML browsing
+The <literal>tdehtml</literal> library contains the TDEHTML part, a HTML browsing
widget, DOM API and parser, including interfaces to Java and JavaScript.
</para></listitem>
</varlistentry>
@@ -2462,7 +2462,7 @@ In the above example, an offer list of the applications supporting
HTML editors like <application>Quanta Plus</application>. You can also replace
the second argument <literal>"Application"</literal> by
<literal>"KParts::ReadOnlyPart"</literal>. In that case, you get a list of
-embedable components for presenting HTML content, for example KHTML.
+embedable components for presenting HTML content, for example TDEHTML.
</para>
<para>