diff options
Diffstat (limited to 'lib/widgets/kdevhtmlpart.h')
-rw-r--r-- | lib/widgets/kdevhtmlpart.h | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/lib/widgets/kdevhtmlpart.h b/lib/widgets/kdevhtmlpart.h index 13f155a5..3dbc728e 100644 --- a/lib/widgets/kdevhtmlpart.h +++ b/lib/widgets/kdevhtmlpart.h @@ -9,7 +9,7 @@ /** @file kdevhtmlpart.h -Customized KHTML part for KDevelop. +Customized TDEHTML part for KDevelop. */ class KAction; @@ -27,10 +27,10 @@ struct DocumentationHistoryEntry { }; /** -Customized KHTML part for KDevelop. +Customized TDEHTML part for KDevelop. Used as HTML documentation and file viewer. -Represents customized BrowserViewGUI mode of KHTMLPart. Provides also actions for: +Represents customized BrowserViewGUI mode of TDEHTMLPart. Provides also actions for: - reload; - stop; - duplicate; @@ -41,7 +41,7 @@ Represents customized BrowserViewGUI mode of KHTMLPart. Provides also actions fo . It has it's own popup menu and font/zoom settings. */ -class KDevHTMLPart : public KHTMLPart +class KDevHTMLPart : public TDEHTMLPart { Q_OBJECT |