summaryrefslogtreecommitdiffstats
path: root/tdehtml/dom/dom_xml.h
diff options
context:
space:
mode:
Diffstat (limited to 'tdehtml/dom/dom_xml.h')
-rw-r--r--tdehtml/dom/dom_xml.h10
1 files changed, 5 insertions, 5 deletions
diff --git a/tdehtml/dom/dom_xml.h b/tdehtml/dom/dom_xml.h
index 12e70d9e5..b2ef9f8e6 100644
--- a/tdehtml/dom/dom_xml.h
+++ b/tdehtml/dom/dom_xml.h
@@ -63,7 +63,7 @@ class ProcessingInstructionImpl;
* merged by use of the Element.normalize() method.
*
*/
-class KHTML_EXPORT CDATASection : public Text
+class TDEHTML_EXPORT CDATASection : public Text
{
friend class Document;
public:
@@ -121,7 +121,7 @@ class DOMString;
* An \c Entity node does not have any parent.
*
*/
-class KHTML_EXPORT Entity : public Node
+class TDEHTML_EXPORT Entity : public Node
{
public:
Entity();
@@ -185,7 +185,7 @@ protected:
* evaluation.
*
*/
-class KHTML_EXPORT EntityReference : public Node
+class TDEHTML_EXPORT EntityReference : public Node
{
friend class Document;
public:
@@ -219,7 +219,7 @@ class DOMString;
* A \c Notation node does not have any parent.
*
*/
-class KHTML_EXPORT Notation : public Node
+class TDEHTML_EXPORT Notation : public Node
{
public:
Notation();
@@ -256,7 +256,7 @@ protected:
* processor-specific information in the text of the document.
*
*/
-class KHTML_EXPORT ProcessingInstruction : public Node
+class TDEHTML_EXPORT ProcessingInstruction : public Node
{
friend class Document;
public: