summaryrefslogtreecommitdiffstats
path: root/tdehtml/dom/html_document.h
diff options
context:
space:
mode:
Diffstat (limited to 'tdehtml/dom/html_document.h')
-rw-r--r--tdehtml/dom/html_document.h12
1 files changed, 6 insertions, 6 deletions
diff --git a/tdehtml/dom/html_document.h b/tdehtml/dom/html_document.h
index aa53de96c..98a027297 100644
--- a/tdehtml/dom/html_document.h
+++ b/tdehtml/dom/html_document.h
@@ -35,8 +35,8 @@
#include <tdelibs_export.h>
-class KHTMLView;
-class KHTMLPart;
+class TDEHTMLView;
+class TDEHTMLPart;
namespace DOM {
@@ -70,10 +70,10 @@ class HTMLElement;
*
*
*/
-class KHTML_EXPORT HTMLDocument : public Document
+class TDEHTML_EXPORT HTMLDocument : public Document
{
- friend class ::KHTMLView;
- friend class ::KHTMLPart;
+ friend class ::TDEHTMLView;
+ friend class ::TDEHTMLPart;
friend class DOMImplementation;
public:
HTMLDocument();
@@ -82,7 +82,7 @@ public:
* Rendering information (like sizes, etc...) is only created if
* parent != 0
*/
- HTMLDocument(KHTMLView *parent);
+ HTMLDocument(TDEHTMLView *parent);
HTMLDocument(const HTMLDocument &other);
HTMLDocument(const Node &other) : Document(false)
{(*this)=other;}