From 7427e438358d44c37e3c8b0a9cfbb225ffd60e79 Mon Sep 17 00:00:00 2001 From: Timothy Pearson Date: Sun, 27 Jan 2013 15:54:26 -0600 Subject: Rename KHTML and kiobuffer --- tdehtml/dom/html_document.h | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) (limited to 'tdehtml/dom/html_document.h') 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 -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;} -- cgit v1.2.1