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/dom_element.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'tdehtml/dom/dom_element.h') diff --git a/tdehtml/dom/dom_element.h b/tdehtml/dom/dom_element.h index d3313628e..8df181c17 100644 --- a/tdehtml/dom/dom_element.h +++ b/tdehtml/dom/dom_element.h @@ -86,7 +86,7 @@ class DocumentImpl; * unknown, there are no tokenized attribute values. * */ -class KHTML_EXPORT Attr : public Node +class TDEHTML_EXPORT Attr : public Node { friend class Element; friend class Document; @@ -207,7 +207,7 @@ class DOMString; * access an attribute value can safely be used as a convenience. * */ -class KHTML_EXPORT Element : public Node +class TDEHTML_EXPORT Element : public Node { friend class Document; friend class HTMLDocument; @@ -579,7 +579,7 @@ public: bool isHTMLElement() const; /** - * KHTML extension to DOM + * TDEHTML extension to DOM * This method returns the associated form element. * returns null if this element is not a form-like element * or if this elment is not in the scope of a form element. -- cgit v1.2.1