summaryrefslogtreecommitdiffstats
path: root/tdehtml/dom/dom_xml.h
diff options
context:
space:
mode:
authorTimothy Pearson <kb9vqf@pearsoncomputing.net>2013-01-27 15:54:26 -0600
committerTimothy Pearson <kb9vqf@pearsoncomputing.net>2013-01-27 15:54:26 -0600
commit7427e438358d44c37e3c8b0a9cfbb225ffd60e79 (patch)
treed977f1d23d324f23aadee0ad50acb94d7436ba80 /tdehtml/dom/dom_xml.h
parent72eecb041bf15bf64b748fc062d55f6ec860ac60 (diff)
downloadtdelibs-7427e438358d44c37e3c8b0a9cfbb225ffd60e79.tar.gz
tdelibs-7427e438358d44c37e3c8b0a9cfbb225ffd60e79.zip
Rename KHTML and kiobuffer
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: