diff options
author | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2013-01-27 21:05:18 -0600 |
---|---|---|
committer | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2013-01-27 21:05:18 -0600 |
commit | ed530727c56fe2f062c1c174d73274667cd983a5 (patch) | |
tree | 33d79096cab9a9a11508ce9d7fdc6727974e320a /doc/kde_app_devel/index.docbook | |
parent | 595a6e60c6aafad9006327dbeb822b608e7f9b33 (diff) | |
download | tdevelop-ed530727c56fe2f062c1c174d73274667cd983a5.tar.gz tdevelop-ed530727c56fe2f062c1c174d73274667cd983a5.zip |
Rename kiobuffer and KHTML
Diffstat (limited to 'doc/kde_app_devel/index.docbook')
-rw-r--r-- | doc/kde_app_devel/index.docbook | 2 |
1 files changed, 1 insertions, 1 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 |