summaryrefslogtreecommitdiffstats
path: root/tdehtml/dom/html_element.h
diff options
context:
space:
mode:
Diffstat (limited to 'tdehtml/dom/html_element.h')
-rw-r--r--tdehtml/dom/html_element.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/tdehtml/dom/html_element.h b/tdehtml/dom/html_element.h
index 1329793b2..719223777 100644
--- a/tdehtml/dom/html_element.h
+++ b/tdehtml/dom/html_element.h
@@ -32,7 +32,7 @@
#include <dom/dom_element.h>
#include <tdelibs_export.h>
-class KHTMLView;
+class TDEHTMLView;
namespace DOM {
@@ -66,10 +66,10 @@ class HTMLCollection;
* interface is reserved for future usage.
*
*/
-class KHTML_EXPORT HTMLElement : public Element
+class TDEHTML_EXPORT HTMLElement : public Element
{
friend class HTMLDocument;
- friend class ::KHTMLView;
+ friend class ::TDEHTMLView;
friend class HTMLTableElement;
friend class HTMLTableRowElement;
friend class HTMLTableSectionElement;