summaryrefslogtreecommitdiffstats
path: root/khtml/dom
diff options
context:
space:
mode:
Diffstat (limited to 'khtml/dom')
-rw-r--r--khtml/dom/Makefile.am2
-rw-r--r--khtml/dom/css_stylesheet.h2
-rw-r--r--khtml/dom/dom2_traversal.h2
-rw-r--r--khtml/dom/dom2_views.h2
-rw-r--r--khtml/dom/dom_element.h2
-rw-r--r--khtml/dom/dom_misc.h2
-rw-r--r--khtml/dom/dom_node.h2
-rw-r--r--khtml/dom/dom_string.h2
-rw-r--r--khtml/dom/html_base.h2
-rw-r--r--khtml/dom/html_block.h2
-rw-r--r--khtml/dom/html_document.h2
-rw-r--r--khtml/dom/html_element.h2
-rw-r--r--khtml/dom/html_inline.h2
-rw-r--r--khtml/dom/html_list.h2
-rw-r--r--khtml/dom/html_misc.h2
-rw-r--r--khtml/dom/html_table.h2
16 files changed, 16 insertions, 16 deletions
diff --git a/khtml/dom/Makefile.am b/khtml/dom/Makefile.am
index a799e8c0d..cb8b1de8c 100644
--- a/khtml/dom/Makefile.am
+++ b/khtml/dom/Makefile.am
@@ -49,7 +49,7 @@ myinclude_HEADERS = \
INCLUDES = -I$(top_srcdir)/kimgio -I$(top_srcdir)/kio -I$(top_srcdir)/dcop \
-I$(top_srcdir)/khtml -I$(top_srcdir) $(all_includes)
-SRCDOC_DEST=$(kde_htmldir)/en/kdelibs/khtml
+SRCDOC_DEST=$(kde_htmldir)/en/tdelibs/khtml
## generate lib documentation
srcdoc:
diff --git a/khtml/dom/css_stylesheet.h b/khtml/dom/css_stylesheet.h
index 33b380ef9..d220ffa76 100644
--- a/khtml/dom/css_stylesheet.h
+++ b/khtml/dom/css_stylesheet.h
@@ -31,7 +31,7 @@
#include <dom/dom_node.h>
#include <dom/dom_misc.h>
-#include <kdelibs_export.h>
+#include <tdelibs_export.h>
namespace DOM {
diff --git a/khtml/dom/dom2_traversal.h b/khtml/dom/dom2_traversal.h
index d2d3abf48..ea3d3521b 100644
--- a/khtml/dom/dom2_traversal.h
+++ b/khtml/dom/dom2_traversal.h
@@ -29,7 +29,7 @@
#include <dom/dom_node.h>
#include <dom/dom_misc.h>
-#include <kdelibs_export.h>
+#include <tdelibs_export.h>
namespace DOM {
class Node;
diff --git a/khtml/dom/dom2_views.h b/khtml/dom/dom2_views.h
index 862cb9ef2..6f326aaa3 100644
--- a/khtml/dom/dom2_views.h
+++ b/khtml/dom/dom2_views.h
@@ -23,7 +23,7 @@
#ifndef _DOM_Views_h_
#define _DOM_Views_h_
-#include <kdelibs_export.h>
+#include <tdelibs_export.h>
namespace DOM {
class Document;
diff --git a/khtml/dom/dom_element.h b/khtml/dom/dom_element.h
index e6cc11877..5a5f2986b 100644
--- a/khtml/dom/dom_element.h
+++ b/khtml/dom/dom_element.h
@@ -32,7 +32,7 @@
#include <dom/dom_node.h>
#include <dom/css_value.h>
-#include <kdelibs_export.h>
+#include <tdelibs_export.h>
namespace DOM {
diff --git a/khtml/dom/dom_misc.h b/khtml/dom/dom_misc.h
index 52c796305..4cded0f00 100644
--- a/khtml/dom/dom_misc.h
+++ b/khtml/dom/dom_misc.h
@@ -22,7 +22,7 @@
#ifndef _DOM_RefCountImpl_h_
#define _DOM_RefCountImpl_h_
-#include <kdelibs_export.h>
+#include <tdelibs_export.h>
namespace DOM {
diff --git a/khtml/dom/dom_node.h b/khtml/dom/dom_node.h
index 4ddd4ffb1..594aa5e3e 100644
--- a/khtml/dom/dom_node.h
+++ b/khtml/dom/dom_node.h
@@ -34,7 +34,7 @@
#define _DOM_Node_h_
#include <tqstring.h>
-#include <kdelibs_export.h>
+#include <tdelibs_export.h>
class TQRect;
diff --git a/khtml/dom/dom_string.h b/khtml/dom/dom_string.h
index 69f2f7b13..dec259882 100644
--- a/khtml/dom/dom_string.h
+++ b/khtml/dom/dom_string.h
@@ -25,7 +25,7 @@
#include <kdebug.h>
#include <tqstring.h>
-#include <kdelibs_export.h>
+#include <tdelibs_export.h>
namespace DOM {
diff --git a/khtml/dom/html_base.h b/khtml/dom/html_base.h
index 8a1a2510c..c7ed878ce 100644
--- a/khtml/dom/html_base.h
+++ b/khtml/dom/html_base.h
@@ -32,7 +32,7 @@
#include <dom/html_element.h>
-#include <kdelibs_export.h>
+#include <tdelibs_export.h>
namespace DOM {
diff --git a/khtml/dom/html_block.h b/khtml/dom/html_block.h
index e57c311cd..b318d8cb9 100644
--- a/khtml/dom/html_block.h
+++ b/khtml/dom/html_block.h
@@ -34,7 +34,7 @@
#include <dom/html_element.h>
-#include <kdelibs_export.h>
+#include <tdelibs_export.h>
namespace DOM {
diff --git a/khtml/dom/html_document.h b/khtml/dom/html_document.h
index 677251e78..aa53de96c 100644
--- a/khtml/dom/html_document.h
+++ b/khtml/dom/html_document.h
@@ -33,7 +33,7 @@
#include <dom/dom_doc.h>
#include <dom/dom_string.h>
-#include <kdelibs_export.h>
+#include <tdelibs_export.h>
class KHTMLView;
class KHTMLPart;
diff --git a/khtml/dom/html_element.h b/khtml/dom/html_element.h
index 2d40f08a5..1329793b2 100644
--- a/khtml/dom/html_element.h
+++ b/khtml/dom/html_element.h
@@ -30,7 +30,7 @@
#define HTML_ELEMENT_H
#include <dom/dom_element.h>
-#include <kdelibs_export.h>
+#include <tdelibs_export.h>
class KHTMLView;
diff --git a/khtml/dom/html_inline.h b/khtml/dom/html_inline.h
index d5c11d515..041c43db0 100644
--- a/khtml/dom/html_inline.h
+++ b/khtml/dom/html_inline.h
@@ -31,7 +31,7 @@
#include <dom/html_element.h>
-#include <kdelibs_export.h>
+#include <tdelibs_export.h>
namespace DOM {
class HTMLGenericElementImpl;
diff --git a/khtml/dom/html_list.h b/khtml/dom/html_list.h
index 6aacbf5eb..34c081cb5 100644
--- a/khtml/dom/html_list.h
+++ b/khtml/dom/html_list.h
@@ -30,7 +30,7 @@
#define HTML_LIST_H
#include <dom/html_element.h>
-#include <kdelibs_export.h>
+#include <tdelibs_export.h>
namespace DOM {
diff --git a/khtml/dom/html_misc.h b/khtml/dom/html_misc.h
index bcfa09495..643e5caf6 100644
--- a/khtml/dom/html_misc.h
+++ b/khtml/dom/html_misc.h
@@ -30,7 +30,7 @@
#define HTML_MISC_H
#include <dom/html_element.h>
-#include <kdelibs_export.h>
+#include <tdelibs_export.h>
namespace DOM {
diff --git a/khtml/dom/html_table.h b/khtml/dom/html_table.h
index 69d163723..72e38d7fe 100644
--- a/khtml/dom/html_table.h
+++ b/khtml/dom/html_table.h
@@ -31,7 +31,7 @@
// --------------------------------------------------------------------------
#include <dom/html_element.h>
-#include <kdelibs_export.h>
+#include <tdelibs_export.h>
namespace DOM {