From ed530727c56fe2f062c1c174d73274667cd983a5 Mon Sep 17 00:00:00 2001 From: Timothy Pearson Date: Sun, 27 Jan 2013 21:05:18 -0600 Subject: Rename kiobuffer and KHTML --- doc/kde_app_devel/index.docbook | 2 +- doc/kdearch/index.docbook | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) (limited to 'doc') 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. to create a ScrollView yourself, inherit the View widget from QWidget and add vertical and horizontal QScrollBars . -(This is done by KDE`s KHTMLView widget.) +(This is done by KDE`s TDEHTMLView widget.) For text processing, use QTextEdit. 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 kjs library provides an implementation of JavaScript. tdehtml -The tdehtml library contains the KHTML part, a HTML browsing +The tdehtml library contains the TDEHTML part, a HTML browsing widget, DOM API and parser, including interfaces to Java and JavaScript. @@ -2462,7 +2462,7 @@ In the above example, an offer list of the applications supporting HTML editors like Quanta Plus. You can also replace the second argument "Application" by "KParts::ReadOnlyPart". 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. -- cgit v1.2.1