summaryrefslogtreecommitdiffstats
path: root/tdehtml/dom/html_inline.h
diff options
context:
space:
mode:
Diffstat (limited to 'tdehtml/dom/html_inline.h')
-rw-r--r--tdehtml/dom/html_inline.h10
1 files changed, 5 insertions, 5 deletions
diff --git a/tdehtml/dom/html_inline.h b/tdehtml/dom/html_inline.h
index f92ed6917..322282d1f 100644
--- a/tdehtml/dom/html_inline.h
+++ b/tdehtml/dom/html_inline.h
@@ -44,7 +44,7 @@ class DOMString;
* element definition </a> in HTML 4.0.
*
*/
-class KHTML_EXPORT HTMLAnchorElement : public HTMLElement
+class TDEHTML_EXPORT HTMLAnchorElement : public HTMLElement
{
public:
HTMLAnchorElement();
@@ -256,7 +256,7 @@ class HTMLBRElementImpl;
* element definition </a> in HTML 4.0.
*
*/
-class KHTML_EXPORT HTMLBRElement : public HTMLElement
+class TDEHTML_EXPORT HTMLBRElement : public HTMLElement
{
public:
HTMLBRElement();
@@ -299,7 +299,7 @@ class DOMString;
* deprecated in HTML 4.0.
*
*/
-class KHTML_EXPORT HTMLFontElement : public HTMLElement
+class TDEHTML_EXPORT HTMLFontElement : public HTMLElement
{
public:
HTMLFontElement();
@@ -369,7 +369,7 @@ class DOMString;
* DEL </a> element definitions in HTML 4.0.
*
*/
-class KHTML_EXPORT HTMLModElement : public HTMLElement
+class TDEHTML_EXPORT HTMLModElement : public HTMLElement
{
public:
HTMLModElement();
@@ -427,7 +427,7 @@ class HTMLQuoteElementImpl;
* element. To resolve ambiquities, we use this one for the \c Q
* element only.
*/
-class KHTML_EXPORT HTMLQuoteElement : public HTMLElement
+class TDEHTML_EXPORT HTMLQuoteElement : public HTMLElement
{
public:
HTMLQuoteElement();