diff options
Diffstat (limited to 'src/documentationpart.h')
-rw-r--r-- | src/documentationpart.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/documentationpart.h b/src/documentationpart.h index dd86ce8a..84f17023 100644 --- a/src/documentationpart.h +++ b/src/documentationpart.h @@ -1,14 +1,14 @@ #ifndef __DOCUMENTATIONPART_H__ #define __DOCUMENTATIONPART_H__ -#include <kdevhtmlpart.h> +#include <tdevhtmlpart.h> /** HTML documentation part. -Implements shell-dependent "duplicate" and "open in new window" actions of KDevHTMLPart. +Implements shell-dependent "duplicate" and "open in new window" actions of TDevHTMLPart. */ -class HTMLDocumentationPart : public KDevHTMLPart +class HTMLDocumentationPart : public TDevHTMLPart { Q_OBJECT |