diff options
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 |