summaryrefslogtreecommitdiffstats
path: root/khtml
diff options
context:
space:
mode:
Diffstat (limited to 'khtml')
-rw-r--r--khtml/CMakeLists.txt4
-rw-r--r--khtml/Makefile.am6
-rw-r--r--khtml/css/Makefile.am2
-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
-rw-r--r--khtml/html/doctypes.cpp160
-rw-r--r--khtml/java/tests/testkjavaappletserver.cpp6
-rw-r--r--khtml/khtml-devel-gdb2
-rw-r--r--khtml/khtml_part.cpp2
-rw-r--r--khtml/khtml_settings.h2
-rw-r--r--khtml/khtmlview.h2
-rw-r--r--khtml/kmultipart/kmultipart.cpp2
-rw-r--r--khtml/misc/Makefile.am2
-rw-r--r--khtml/rendering/Makefile.am2
-rw-r--r--khtml/xml/Makefile.am2
29 files changed, 113 insertions, 113 deletions
diff --git a/khtml/CMakeLists.txt b/khtml/CMakeLists.txt
index fc503ca81..2c5e58a4b 100644
--- a/khtml/CMakeLists.txt
+++ b/khtml/CMakeLists.txt
@@ -103,7 +103,7 @@ set( ${target}_SRCS
)
file( WRITE ${CMAKE_CURRENT_BINARY_DIR}/dummy.cpp
-"#include <kdelibs_export.h>
+"#include <tdelibs_export.h>
extern \"C\" KDE_EXPORT void* init_libkhtml();
extern \"C\" KDE_EXPORT void* init_libkhtmlpart() { return init_libkhtml(); }
" )
@@ -125,7 +125,7 @@ set( ${target}_SRCS
file( WRITE ${CMAKE_CURRENT_BINARY_DIR}/imgdummy.cpp
"
-#include <kdelibs_export.h>
+#include <tdelibs_export.h>
extern \"C\" KDE_EXPORT void* init_khtmlimagefactory();
extern \"C\" KDE_EXPORT void* init_khtmlimagepart() { return init_khtmlimagefactory(); }
" )
diff --git a/khtml/Makefile.am b/khtml/Makefile.am
index 51acc5a2d..35825194d 100644
--- a/khtml/Makefile.am
+++ b/khtml/Makefile.am
@@ -61,7 +61,7 @@ libkhtml_la_LIBADD = ./xml/libkhtmlxml.la ./html/libkhtmlhtml.la \
# init_libkhtml is in libkhtml.so; init_libkhtmlpart needs to be in the part
dummy.cpp: $(srcdir)/Makefile.am
- echo '#include <kdelibs_export.h>' > $@
+ echo '#include <tdelibs_export.h>' > $@
echo 'extern "C" KDE_EXPORT void* init_libkhtml();' >> $@
echo 'extern "C" KDE_EXPORT void* init_libkhtmlpart() { return init_libkhtml(); } ' >> $@
@@ -71,7 +71,7 @@ libkhtmlpart_la_LIBADD = libkhtml.la $(LIB_QT)
# init_khtmlimagefactory is in libkhtml.so; init_khtmlimagepart needs to be in the part
imgdummy.cpp: $(srcdir)/Makefile.am
- echo '#include <kdelibs_export.h>' > $@
+ echo '#include <tdelibs_export.h>' > $@
echo 'extern "C" KDE_EXPORT void* init_khtmlimagefactory();' >> $@
echo 'extern "C" KDE_EXPORT void* init_khtmlimagepart() { return init_khtmlimagefactory(); } ' >> $@
@@ -97,7 +97,7 @@ service_DATA = khtml.desktop khtmlimage.desktop
rcdir = $(kde_datadir)/khtml
rc_DATA = khtml.rc khtml_browser.rc khtml_popupmenu.rc
-SRCDOC_DEST=$(kde_htmldir)/en/kdelibs/khtml
+SRCDOC_DEST=$(kde_htmldir)/en/tdelibs/khtml
## generate lib documentation
srcdoc:
diff --git a/khtml/css/Makefile.am b/khtml/css/Makefile.am
index c9f61b8b6..47653ca8f 100644
--- a/khtml/css/Makefile.am
+++ b/khtml/css/Makefile.am
@@ -44,7 +44,7 @@ INCLUDES = -I$(top_srcdir)/kimgio -I$(top_srcdir)/kio -I$(top_srcdir)/dcop \
cssdir = $(kde_datadir)/khtml/css
css_DATA = html4.css quirks.css
-SRCDOC_DEST=$(kde_htmldir)/en/kdelibs/khtml
+SRCDOC_DEST=$(kde_htmldir)/en/tdelibs/khtml
EXTRA_DIST = parser.y
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 {
diff --git a/khtml/html/doctypes.cpp b/khtml/html/doctypes.cpp
index e79a56f34..e12fc4db7 100644
--- a/khtml/html/doctypes.cpp
+++ b/khtml/html/doctypes.cpp
@@ -1,5 +1,5 @@
/* ANSI-C code produced by gperf version 3.0.1 */
-/* Command-line: gperf -CEot -L ANSI-C -k '*' -N findDoctypeEntry -F ,PubIDInfo::eAlmostStandards,PubIDInfo::eAlmostStandards /opt/src/kde/kdelibs/khtml/html/doctypes.gperf */
+/* Command-line: gperf -CEot -L ANSI-C -k '*' -N findDoctypeEntry -F ,PubIDInfo::eAlmostStandards,PubIDInfo::eAlmostStandards /opt/src/kde/tdelibs/khtml/html/doctypes.gperf */
#if !((' ' == 32) && ('!' == 33) && ('"' == 34) && ('#' == 35) \
&& ('%' == 37) && ('&' == 38) && ('\'' == 39) && ('(' == 40) \
@@ -28,7 +28,7 @@
#error "gperf generated tables don't work with this execution character set. Please report a bug to <bug-gnu-gperf@gnu.org>."
#endif
-#line 1 "/opt/src/kde/kdelibs/khtml/html/doctypes.gperf"
+#line 1 "/opt/src/kde/tdelibs/khtml/html/doctypes.gperf"
struct PubIDInfo {
enum eMode {
eQuirks, /* always quirks mode, unless there's an internal subset */
@@ -351,7 +351,7 @@ findDoctypeEntry (register const char *str, register unsigned int len)
{"",PubIDInfo::eAlmostStandards,PubIDInfo::eAlmostStandards},
{"",PubIDInfo::eAlmostStandards,PubIDInfo::eAlmostStandards},
{"",PubIDInfo::eAlmostStandards,PubIDInfo::eAlmostStandards},
-#line 91 "/opt/src/kde/kdelibs/khtml/html/doctypes.gperf"
+#line 91 "/opt/src/kde/tdelibs/khtml/html/doctypes.gperf"
{"html", PubIDInfo::eQuirks3, PubIDInfo::eQuirks3},
{"",PubIDInfo::eAlmostStandards,PubIDInfo::eAlmostStandards},
{"",PubIDInfo::eAlmostStandards,PubIDInfo::eAlmostStandards},
@@ -461,7 +461,7 @@ findDoctypeEntry (register const char *str, register unsigned int len)
{"",PubIDInfo::eAlmostStandards,PubIDInfo::eAlmostStandards},
{"",PubIDInfo::eAlmostStandards,PubIDInfo::eAlmostStandards},
{"",PubIDInfo::eAlmostStandards,PubIDInfo::eAlmostStandards},
-#line 81 "/opt/src/kde/kdelibs/khtml/html/doctypes.gperf"
+#line 81 "/opt/src/kde/tdelibs/khtml/html/doctypes.gperf"
{"-//w3c//dtd w3 html//en", PubIDInfo::eQuirks3, PubIDInfo::eQuirks3},
{"",PubIDInfo::eAlmostStandards,PubIDInfo::eAlmostStandards},
{"",PubIDInfo::eAlmostStandards,PubIDInfo::eAlmostStandards},
@@ -480,148 +480,148 @@ findDoctypeEntry (register const char *str, register unsigned int len)
{"",PubIDInfo::eAlmostStandards,PubIDInfo::eAlmostStandards},
{"",PubIDInfo::eAlmostStandards,PubIDInfo::eAlmostStandards},
{"",PubIDInfo::eAlmostStandards,PubIDInfo::eAlmostStandards},
-#line 48 "/opt/src/kde/kdelibs/khtml/html/doctypes.gperf"
+#line 48 "/opt/src/kde/tdelibs/khtml/html/doctypes.gperf"
{"-//ietf//dtd html//en", PubIDInfo::eQuirks3, PubIDInfo::eQuirks3},
{"",PubIDInfo::eAlmostStandards,PubIDInfo::eAlmostStandards},
-#line 28 "/opt/src/kde/kdelibs/khtml/html/doctypes.gperf"
+#line 28 "/opt/src/kde/tdelibs/khtml/html/doctypes.gperf"
{"-//ietf//dtd html 3//en", PubIDInfo::eQuirks3, PubIDInfo::eQuirks3},
-#line 73 "/opt/src/kde/kdelibs/khtml/html/doctypes.gperf"
+#line 73 "/opt/src/kde/tdelibs/khtml/html/doctypes.gperf"
{"-//w3c//dtd html 3.2//en", PubIDInfo::eQuirks3, PubIDInfo::eQuirks3},
{"",PubIDInfo::eAlmostStandards,PubIDInfo::eAlmostStandards},
{"",PubIDInfo::eAlmostStandards,PubIDInfo::eAlmostStandards},
{"",PubIDInfo::eAlmostStandards,PubIDInfo::eAlmostStandards},
-#line 45 "/opt/src/kde/kdelibs/khtml/html/doctypes.gperf"
+#line 45 "/opt/src/kde/tdelibs/khtml/html/doctypes.gperf"
{"-//ietf//dtd html strict//en", PubIDInfo::eQuirks3, PubIDInfo::eQuirks3},
-#line 35 "/opt/src/kde/kdelibs/khtml/html/doctypes.gperf"
+#line 35 "/opt/src/kde/tdelibs/khtml/html/doctypes.gperf"
{"-//ietf//dtd html level 3//en", PubIDInfo::eQuirks3, PubIDInfo::eQuirks3},
{"",PubIDInfo::eAlmostStandards,PubIDInfo::eAlmostStandards},
{"",PubIDInfo::eAlmostStandards,PubIDInfo::eAlmostStandards},
{"",PubIDInfo::eAlmostStandards,PubIDInfo::eAlmostStandards},
{"",PubIDInfo::eAlmostStandards,PubIDInfo::eAlmostStandards},
-#line 33 "/opt/src/kde/kdelibs/khtml/html/doctypes.gperf"
+#line 33 "/opt/src/kde/tdelibs/khtml/html/doctypes.gperf"
{"-//ietf//dtd html level 2//en", PubIDInfo::eQuirks3, PubIDInfo::eQuirks3},
{"",PubIDInfo::eAlmostStandards,PubIDInfo::eAlmostStandards},
-#line 43 "/opt/src/kde/kdelibs/khtml/html/doctypes.gperf"
+#line 43 "/opt/src/kde/tdelibs/khtml/html/doctypes.gperf"
{"-//ietf//dtd html strict level 3//en", PubIDInfo::eQuirks3, PubIDInfo::eQuirks3},
{"",PubIDInfo::eAlmostStandards,PubIDInfo::eAlmostStandards},
{"",PubIDInfo::eAlmostStandards,PubIDInfo::eAlmostStandards},
-#line 29 "/opt/src/kde/kdelibs/khtml/html/doctypes.gperf"
+#line 29 "/opt/src/kde/tdelibs/khtml/html/doctypes.gperf"
{"-//ietf//dtd html level 0//en", PubIDInfo::eQuirks3, PubIDInfo::eQuirks3},
{"",PubIDInfo::eAlmostStandards,PubIDInfo::eAlmostStandards},
-#line 41 "/opt/src/kde/kdelibs/khtml/html/doctypes.gperf"
+#line 41 "/opt/src/kde/tdelibs/khtml/html/doctypes.gperf"
{"-//ietf//dtd html strict level 2//en", PubIDInfo::eQuirks3, PubIDInfo::eQuirks3},
{"",PubIDInfo::eAlmostStandards,PubIDInfo::eAlmostStandards},
{"",PubIDInfo::eAlmostStandards,PubIDInfo::eAlmostStandards},
{"",PubIDInfo::eAlmostStandards,PubIDInfo::eAlmostStandards},
-#line 27 "/opt/src/kde/kdelibs/khtml/html/doctypes.gperf"
+#line 27 "/opt/src/kde/tdelibs/khtml/html/doctypes.gperf"
{"-//ietf//dtd html 3.2//en", PubIDInfo::eQuirks3, PubIDInfo::eQuirks3},
-#line 37 "/opt/src/kde/kdelibs/khtml/html/doctypes.gperf"
+#line 37 "/opt/src/kde/tdelibs/khtml/html/doctypes.gperf"
{"-//ietf//dtd html strict level 0//en", PubIDInfo::eQuirks3, PubIDInfo::eQuirks3},
-#line 69 "/opt/src/kde/kdelibs/khtml/html/doctypes.gperf"
+#line 69 "/opt/src/kde/tdelibs/khtml/html/doctypes.gperf"
{"-//w30//dtd w3 html 2.0//en", PubIDInfo::eQuirks3, PubIDInfo::eQuirks3},
{"",PubIDInfo::eAlmostStandards,PubIDInfo::eAlmostStandards},
{"",PubIDInfo::eAlmostStandards,PubIDInfo::eAlmostStandards},
-#line 24 "/opt/src/kde/kdelibs/khtml/html/doctypes.gperf"
+#line 24 "/opt/src/kde/tdelibs/khtml/html/doctypes.gperf"
{"-//ietf//dtd html 3.0//en", PubIDInfo::eQuirks3, PubIDInfo::eQuirks3},
-#line 50 "/opt/src/kde/kdelibs/khtml/html/doctypes.gperf"
+#line 50 "/opt/src/kde/tdelibs/khtml/html/doctypes.gperf"
{"-//ietf//dtd html//en//3.0", PubIDInfo::eQuirks3, PubIDInfo::eQuirks3},
-#line 25 "/opt/src/kde/kdelibs/khtml/html/doctypes.gperf"
+#line 25 "/opt/src/kde/tdelibs/khtml/html/doctypes.gperf"
{"-//ietf//dtd html 3.0//en//", PubIDInfo::eQuirks3, PubIDInfo::eQuirks3},
{"",PubIDInfo::eAlmostStandards,PubIDInfo::eAlmostStandards},
-#line 31 "/opt/src/kde/kdelibs/khtml/html/doctypes.gperf"
+#line 31 "/opt/src/kde/tdelibs/khtml/html/doctypes.gperf"
{"-//ietf//dtd html level 1//en", PubIDInfo::eQuirks3, PubIDInfo::eQuirks3},
-#line 22 "/opt/src/kde/kdelibs/khtml/html/doctypes.gperf"
+#line 22 "/opt/src/kde/tdelibs/khtml/html/doctypes.gperf"
{"-//ietf//dtd html 2.0//en", PubIDInfo::eQuirks3, PubIDInfo::eQuirks3},
-#line 49 "/opt/src/kde/kdelibs/khtml/html/doctypes.gperf"
+#line 49 "/opt/src/kde/tdelibs/khtml/html/doctypes.gperf"
{"-//ietf//dtd html//en//2.0", PubIDInfo::eQuirks3, PubIDInfo::eQuirks3},
{"",PubIDInfo::eAlmostStandards,PubIDInfo::eAlmostStandards},
-#line 47 "/opt/src/kde/kdelibs/khtml/html/doctypes.gperf"
+#line 47 "/opt/src/kde/tdelibs/khtml/html/doctypes.gperf"
{"-//ietf//dtd html strict//en//3.0", PubIDInfo::eQuirks3, PubIDInfo::eQuirks3},
-#line 36 "/opt/src/kde/kdelibs/khtml/html/doctypes.gperf"
+#line 36 "/opt/src/kde/tdelibs/khtml/html/doctypes.gperf"
{"-//ietf//dtd html level 3//en//3.0", PubIDInfo::eQuirks3, PubIDInfo::eQuirks3},
{"",PubIDInfo::eAlmostStandards,PubIDInfo::eAlmostStandards},
-#line 39 "/opt/src/kde/kdelibs/khtml/html/doctypes.gperf"
+#line 39 "/opt/src/kde/tdelibs/khtml/html/doctypes.gperf"
{"-//ietf//dtd html strict level 1//en", PubIDInfo::eQuirks3, PubIDInfo::eQuirks3},
-#line 21 "/opt/src/kde/kdelibs/khtml/html/doctypes.gperf"
+#line 21 "/opt/src/kde/tdelibs/khtml/html/doctypes.gperf"
{"-//ietf//dtd html 2.0 strict//en", PubIDInfo::eQuirks3, PubIDInfo::eQuirks3},
-#line 46 "/opt/src/kde/kdelibs/khtml/html/doctypes.gperf"
+#line 46 "/opt/src/kde/tdelibs/khtml/html/doctypes.gperf"
{"-//ietf//dtd html strict//en//2.0", PubIDInfo::eQuirks3, PubIDInfo::eQuirks3},
{"",PubIDInfo::eAlmostStandards,PubIDInfo::eAlmostStandards},
{"",PubIDInfo::eAlmostStandards,PubIDInfo::eAlmostStandards},
-#line 44 "/opt/src/kde/kdelibs/khtml/html/doctypes.gperf"
+#line 44 "/opt/src/kde/tdelibs/khtml/html/doctypes.gperf"
{"-//ietf//dtd html strict level 3//en//3.0", PubIDInfo::eQuirks3, PubIDInfo::eQuirks3},
{"",PubIDInfo::eAlmostStandards,PubIDInfo::eAlmostStandards},
-#line 18 "/opt/src/kde/kdelibs/khtml/html/doctypes.gperf"
+#line 18 "/opt/src/kde/tdelibs/khtml/html/doctypes.gperf"
{"-//ietf//dtd html 2.0 level 2//en", PubIDInfo::eQuirks3, PubIDInfo::eQuirks3},
-#line 34 "/opt/src/kde/kdelibs/khtml/html/doctypes.gperf"
+#line 34 "/opt/src/kde/tdelibs/khtml/html/doctypes.gperf"
{"-//ietf//dtd html level 2//en//2.0", PubIDInfo::eQuirks3, PubIDInfo::eQuirks3},
-#line 72 "/opt/src/kde/kdelibs/khtml/html/doctypes.gperf"
+#line 72 "/opt/src/kde/tdelibs/khtml/html/doctypes.gperf"
{"-//w3c//dtd html 3.2 final//en", PubIDInfo::eQuirks3, PubIDInfo::eQuirks3},
-#line 23 "/opt/src/kde/kdelibs/khtml/html/doctypes.gperf"
+#line 23 "/opt/src/kde/tdelibs/khtml/html/doctypes.gperf"
{"-//ietf//dtd html 2.1e//en", PubIDInfo::eQuirks3, PubIDInfo::eQuirks3},
{"",PubIDInfo::eAlmostStandards,PubIDInfo::eAlmostStandards},
-#line 75 "/opt/src/kde/kdelibs/khtml/html/doctypes.gperf"
+#line 75 "/opt/src/kde/tdelibs/khtml/html/doctypes.gperf"
{"-//w3c//dtd html 4.0 frameset//en", PubIDInfo::eQuirks, PubIDInfo::eQuirks},
-#line 30 "/opt/src/kde/kdelibs/khtml/html/doctypes.gperf"
+#line 30 "/opt/src/kde/tdelibs/khtml/html/doctypes.gperf"
{"-//ietf//dtd html level 0//en//2.0", PubIDInfo::eQuirks3, PubIDInfo::eQuirks3},
-#line 20 "/opt/src/kde/kdelibs/khtml/html/doctypes.gperf"
+#line 20 "/opt/src/kde/tdelibs/khtml/html/doctypes.gperf"
{"-//ietf//dtd html 2.0 strict level 2//en", PubIDInfo::eQuirks3, PubIDInfo::eQuirks3},
-#line 42 "/opt/src/kde/kdelibs/khtml/html/doctypes.gperf"
+#line 42 "/opt/src/kde/tdelibs/khtml/html/doctypes.gperf"
{"-//ietf//dtd html strict level 2//en//2.0", PubIDInfo::eQuirks3, PubIDInfo::eQuirks3},
-#line 85 "/opt/src/kde/kdelibs/khtml/html/doctypes.gperf"
+#line 85 "/opt/src/kde/tdelibs/khtml/html/doctypes.gperf"
{"-//w3o//dtd w3 html 3.0//en", PubIDInfo::eQuirks3, PubIDInfo::eQuirks3},
-#line 89 "/opt/src/kde/kdelibs/khtml/html/doctypes.gperf"
+#line 89 "/opt/src/kde/tdelibs/khtml/html/doctypes.gperf"
{"-//webtechs//dtd mozilla html//en", PubIDInfo::eQuirks3, PubIDInfo::eQuirks3},
-#line 86 "/opt/src/kde/kdelibs/khtml/html/doctypes.gperf"
+#line 86 "/opt/src/kde/tdelibs/khtml/html/doctypes.gperf"
{"-//w3o//dtd w3 html 3.0//en//", PubIDInfo::eQuirks3, PubIDInfo::eQuirks3},
-#line 84 "/opt/src/kde/kdelibs/khtml/html/doctypes.gperf"
+#line 84 "/opt/src/kde/tdelibs/khtml/html/doctypes.gperf"
{"-//w3c//dtd xhtml 1.1//en", PubIDInfo::eAlmostStandards, PubIDInfo::eAlmostStandards},
-#line 38 "/opt/src/kde/kdelibs/khtml/html/doctypes.gperf"
+#line 38 "/opt/src/kde/tdelibs/khtml/html/doctypes.gperf"
{"-//ietf//dtd html strict level 0//en//2.0", PubIDInfo::eQuirks3, PubIDInfo::eQuirks3},
{"",PubIDInfo::eAlmostStandards,PubIDInfo::eAlmostStandards},
-#line 70 "/opt/src/kde/kdelibs/khtml/html/doctypes.gperf"
+#line 70 "/opt/src/kde/tdelibs/khtml/html/doctypes.gperf"
{"-//w3c//dtd html 3 1995-03-24//en", PubIDInfo::eQuirks3, PubIDInfo::eQuirks3},
{"",PubIDInfo::eAlmostStandards,PubIDInfo::eAlmostStandards},
{"",PubIDInfo::eAlmostStandards,PubIDInfo::eAlmostStandards},
-#line 87 "/opt/src/kde/kdelibs/khtml/html/doctypes.gperf"
+#line 87 "/opt/src/kde/tdelibs/khtml/html/doctypes.gperf"
{"-//w3o//dtd w3 html strict 3.0//en//", PubIDInfo::eQuirks3, PubIDInfo::eQuirks3},
{"",PubIDInfo::eAlmostStandards,PubIDInfo::eAlmostStandards},
-#line 17 "/opt/src/kde/kdelibs/khtml/html/doctypes.gperf"
+#line 17 "/opt/src/kde/tdelibs/khtml/html/doctypes.gperf"
{"-//ietf//dtd html 2.0 level 1//en", PubIDInfo::eQuirks3, PubIDInfo::eQuirks3},
-#line 32 "/opt/src/kde/kdelibs/khtml/html/doctypes.gperf"
+#line 32 "/opt/src/kde/tdelibs/khtml/html/doctypes.gperf"
{"-//ietf//dtd html level 1//en//2.0", PubIDInfo::eQuirks3, PubIDInfo::eQuirks3},
{"",PubIDInfo::eAlmostStandards,PubIDInfo::eAlmostStandards},
-#line 26 "/opt/src/kde/kdelibs/khtml/html/doctypes.gperf"
+#line 26 "/opt/src/kde/tdelibs/khtml/html/doctypes.gperf"
{"-//ietf//dtd html 3.2 final//en", PubIDInfo::eQuirks3, PubIDInfo::eQuirks3},
{"",PubIDInfo::eAlmostStandards,PubIDInfo::eAlmostStandards},
{"",PubIDInfo::eAlmostStandards,PubIDInfo::eAlmostStandards},
{"",PubIDInfo::eAlmostStandards,PubIDInfo::eAlmostStandards},
-#line 19 "/opt/src/kde/kdelibs/khtml/html/doctypes.gperf"
+#line 19 "/opt/src/kde/tdelibs/khtml/html/doctypes.gperf"
{"-//ietf//dtd html 2.0 strict level 1//en", PubIDInfo::eQuirks3, PubIDInfo::eQuirks3},
-#line 40 "/opt/src/kde/kdelibs/khtml/html/doctypes.gperf"
+#line 40 "/opt/src/kde/tdelibs/khtml/html/doctypes.gperf"
{"-//ietf//dtd html strict level 1//en//2.0", PubIDInfo::eQuirks3, PubIDInfo::eQuirks3},
{"",PubIDInfo::eAlmostStandards,PubIDInfo::eAlmostStandards},
{"",PubIDInfo::eAlmostStandards,PubIDInfo::eAlmostStandards},
-#line 77 "/opt/src/kde/kdelibs/khtml/html/doctypes.gperf"
+#line 77 "/opt/src/kde/tdelibs/khtml/html/doctypes.gperf"
{"-//w3c//dtd html 4.01 frameset//en", PubIDInfo::eQuirks, PubIDInfo::eAlmostStandards},
-#line 71 "/opt/src/kde/kdelibs/khtml/html/doctypes.gperf"
+#line 71 "/opt/src/kde/tdelibs/khtml/html/doctypes.gperf"
{"-//w3c//dtd html 3.2 draft//en", PubIDInfo::eQuirks3, PubIDInfo::eQuirks3},
-#line 74 "/opt/src/kde/kdelibs/khtml/html/doctypes.gperf"
+#line 74 "/opt/src/kde/tdelibs/khtml/html/doctypes.gperf"
{"-//w3c//dtd html 3.2s draft//en", PubIDInfo::eQuirks3, PubIDInfo::eQuirks3},
{"",PubIDInfo::eAlmostStandards,PubIDInfo::eAlmostStandards},
{"",PubIDInfo::eAlmostStandards,PubIDInfo::eAlmostStandards},
-#line 82 "/opt/src/kde/kdelibs/khtml/html/doctypes.gperf"
+#line 82 "/opt/src/kde/tdelibs/khtml/html/doctypes.gperf"
{"-//w3c//dtd xhtml 1.0 frameset//en", PubIDInfo::eAlmostStandards, PubIDInfo::eAlmostStandards},
-#line 80 "/opt/src/kde/kdelibs/khtml/html/doctypes.gperf"
+#line 80 "/opt/src/kde/tdelibs/khtml/html/doctypes.gperf"
{"-//w3c//dtd html experimental 970421//en", PubIDInfo::eQuirks3, PubIDInfo::eQuirks3},
{"",PubIDInfo::eAlmostStandards,PubIDInfo::eAlmostStandards},
-#line 51 "/opt/src/kde/kdelibs/khtml/html/doctypes.gperf"
+#line 51 "/opt/src/kde/tdelibs/khtml/html/doctypes.gperf"
{"-//metrius//dtd metrius presentational//en", PubIDInfo::eQuirks, PubIDInfo::eQuirks},
{"",PubIDInfo::eAlmostStandards,PubIDInfo::eAlmostStandards},
{"",PubIDInfo::eAlmostStandards,PubIDInfo::eAlmostStandards},
{"",PubIDInfo::eAlmostStandards,PubIDInfo::eAlmostStandards},
{"",PubIDInfo::eAlmostStandards,PubIDInfo::eAlmostStandards},
-#line 88 "/opt/src/kde/kdelibs/khtml/html/doctypes.gperf"
+#line 88 "/opt/src/kde/tdelibs/khtml/html/doctypes.gperf"
{"-//webtechs//dtd mozilla html 2.0//en", PubIDInfo::eQuirks3, PubIDInfo::eQuirks3},
{"",PubIDInfo::eAlmostStandards,PubIDInfo::eAlmostStandards},
{"",PubIDInfo::eAlmostStandards,PubIDInfo::eAlmostStandards},
@@ -639,17 +639,17 @@ findDoctypeEntry (register const char *str, register unsigned int len)
{"",PubIDInfo::eAlmostStandards,PubIDInfo::eAlmostStandards},
{"",PubIDInfo::eAlmostStandards,PubIDInfo::eAlmostStandards},
{"",PubIDInfo::eAlmostStandards,PubIDInfo::eAlmostStandards},
-#line 90 "/opt/src/kde/kdelibs/khtml/html/doctypes.gperf"
+#line 90 "/opt/src/kde/tdelibs/khtml/html/doctypes.gperf"
{"-/w3c/dtd html 4.0 transitional/en", PubIDInfo::eQuirks, PubIDInfo::eQuirks},
{"",PubIDInfo::eAlmostStandards,PubIDInfo::eAlmostStandards},
{"",PubIDInfo::eAlmostStandards,PubIDInfo::eAlmostStandards},
-#line 76 "/opt/src/kde/kdelibs/khtml/html/doctypes.gperf"
+#line 76 "/opt/src/kde/tdelibs/khtml/html/doctypes.gperf"
{"-//w3c//dtd html 4.0 transitional//en", PubIDInfo::eQuirks, PubIDInfo::eQuirks},
{"",PubIDInfo::eAlmostStandards,PubIDInfo::eAlmostStandards},
{"",PubIDInfo::eAlmostStandards,PubIDInfo::eAlmostStandards},
{"",PubIDInfo::eAlmostStandards,PubIDInfo::eAlmostStandards},
{"",PubIDInfo::eAlmostStandards,PubIDInfo::eAlmostStandards},
-#line 79 "/opt/src/kde/kdelibs/khtml/html/doctypes.gperf"
+#line 79 "/opt/src/kde/tdelibs/khtml/html/doctypes.gperf"
{"-//w3c//dtd html experimental 19960712//en", PubIDInfo::eQuirks3, PubIDInfo::eQuirks3},
{"",PubIDInfo::eAlmostStandards,PubIDInfo::eAlmostStandards},
{"",PubIDInfo::eAlmostStandards,PubIDInfo::eAlmostStandards},
@@ -670,22 +670,22 @@ findDoctypeEntry (register const char *str, register unsigned int len)
{"",PubIDInfo::eAlmostStandards,PubIDInfo::eAlmostStandards},
{"",PubIDInfo::eAlmostStandards,PubIDInfo::eAlmostStandards},
{"",PubIDInfo::eAlmostStandards,PubIDInfo::eAlmostStandards},
-#line 58 "/opt/src/kde/kdelibs/khtml/html/doctypes.gperf"
+#line 58 "/opt/src/kde/tdelibs/khtml/html/doctypes.gperf"
{"-//netscape comm. corp.//dtd html//en", PubIDInfo::eQuirks3, PubIDInfo::eQuirks3},
-#line 78 "/opt/src/kde/kdelibs/khtml/html/doctypes.gperf"
+#line 78 "/opt/src/kde/tdelibs/khtml/html/doctypes.gperf"
{"-//w3c//dtd html 4.01 transitional//en", PubIDInfo::eQuirks, PubIDInfo::eAlmostStandards},
{"",PubIDInfo::eAlmostStandards,PubIDInfo::eAlmostStandards},
{"",PubIDInfo::eAlmostStandards,PubIDInfo::eAlmostStandards},
{"",PubIDInfo::eAlmostStandards,PubIDInfo::eAlmostStandards},
{"",PubIDInfo::eAlmostStandards,PubIDInfo::eAlmostStandards},
-#line 83 "/opt/src/kde/kdelibs/khtml/html/doctypes.gperf"
+#line 83 "/opt/src/kde/tdelibs/khtml/html/doctypes.gperf"
{"-//w3c//dtd xhtml 1.0 transitional//en", PubIDInfo::eAlmostStandards, PubIDInfo::eAlmostStandards},
-#line 59 "/opt/src/kde/kdelibs/khtml/html/doctypes.gperf"
+#line 59 "/opt/src/kde/tdelibs/khtml/html/doctypes.gperf"
{"-//netscape comm. corp.//dtd strict html//en", PubIDInfo::eQuirks3, PubIDInfo::eQuirks3},
{"",PubIDInfo::eAlmostStandards,PubIDInfo::eAlmostStandards},
{"",PubIDInfo::eAlmostStandards,PubIDInfo::eAlmostStandards},
{"",PubIDInfo::eAlmostStandards,PubIDInfo::eAlmostStandards},
-#line 65 "/opt/src/kde/kdelibs/khtml/html/doctypes.gperf"
+#line 65 "/opt/src/kde/tdelibs/khtml/html/doctypes.gperf"
{"-//spyglass//dtd html 2.0 extended//en", PubIDInfo::eQuirks3, PubIDInfo::eQuirks3},
{"",PubIDInfo::eAlmostStandards,PubIDInfo::eAlmostStandards},
{"",PubIDInfo::eAlmostStandards,PubIDInfo::eAlmostStandards},
@@ -702,9 +702,9 @@ findDoctypeEntry (register const char *str, register unsigned int len)
{"",PubIDInfo::eAlmostStandards,PubIDInfo::eAlmostStandards},
{"",PubIDInfo::eAlmostStandards,PubIDInfo::eAlmostStandards},
{"",PubIDInfo::eAlmostStandards,PubIDInfo::eAlmostStandards},
-#line 16 "/opt/src/kde/kdelibs/khtml/html/doctypes.gperf"
+#line 16 "/opt/src/kde/tdelibs/khtml/html/doctypes.gperf"
{"-//as//dtd html 3.0 aswedit + extensions//en", PubIDInfo::eQuirks3, PubIDInfo::eQuirks3},
-#line 66 "/opt/src/kde/kdelibs/khtml/html/doctypes.gperf"
+#line 66 "/opt/src/kde/tdelibs/khtml/html/doctypes.gperf"
{"-//sq//dtd html 2.0 hotmetal + extensions//en", PubIDInfo::eQuirks3, PubIDInfo::eQuirks3},
{"",PubIDInfo::eAlmostStandards,PubIDInfo::eAlmostStandards},
{"",PubIDInfo::eAlmostStandards,PubIDInfo::eAlmostStandards},
@@ -727,7 +727,7 @@ findDoctypeEntry (register const char *str, register unsigned int len)
{"",PubIDInfo::eAlmostStandards,PubIDInfo::eAlmostStandards},
{"",PubIDInfo::eAlmostStandards,PubIDInfo::eAlmostStandards},
{"",PubIDInfo::eAlmostStandards,PubIDInfo::eAlmostStandards},
-#line 67 "/opt/src/kde/kdelibs/khtml/html/doctypes.gperf"
+#line 67 "/opt/src/kde/tdelibs/khtml/html/doctypes.gperf"
{"-//sun microsystems corp.//dtd hotjava html//en", PubIDInfo::eQuirks3, PubIDInfo::eQuirks3},
{"",PubIDInfo::eAlmostStandards,PubIDInfo::eAlmostStandards},
{"",PubIDInfo::eAlmostStandards,PubIDInfo::eAlmostStandards},
@@ -735,7 +735,7 @@ findDoctypeEntry (register const char *str, register unsigned int len)
{"",PubIDInfo::eAlmostStandards,PubIDInfo::eAlmostStandards},
{"",PubIDInfo::eAlmostStandards,PubIDInfo::eAlmostStandards},
{"",PubIDInfo::eAlmostStandards,PubIDInfo::eAlmostStandards},
-#line 68 "/opt/src/kde/kdelibs/khtml/html/doctypes.gperf"
+#line 68 "/opt/src/kde/tdelibs/khtml/html/doctypes.gperf"
{"-//sun microsystems corp.//dtd hotjava strict html//en", PubIDInfo::eQuirks3, PubIDInfo::eQuirks3},
{"",PubIDInfo::eAlmostStandards,PubIDInfo::eAlmostStandards},
{"",PubIDInfo::eAlmostStandards,PubIDInfo::eAlmostStandards},
@@ -746,7 +746,7 @@ findDoctypeEntry (register const char *str, register unsigned int len)
{"",PubIDInfo::eAlmostStandards,PubIDInfo::eAlmostStandards},
{"",PubIDInfo::eAlmostStandards,PubIDInfo::eAlmostStandards},
{"",PubIDInfo::eAlmostStandards,PubIDInfo::eAlmostStandards},
-#line 60 "/opt/src/kde/kdelibs/khtml/html/doctypes.gperf"
+#line 60 "/opt/src/kde/tdelibs/khtml/html/doctypes.gperf"
{"-//o'reilly and associates//dtd html 2.0//en", PubIDInfo::eQuirks3, PubIDInfo::eQuirks3},
{"",PubIDInfo::eAlmostStandards,PubIDInfo::eAlmostStandards},
{"",PubIDInfo::eAlmostStandards,PubIDInfo::eAlmostStandards},
@@ -761,35 +761,35 @@ findDoctypeEntry (register const char *str, register unsigned int len)
{"",PubIDInfo::eAlmostStandards,PubIDInfo::eAlmostStandards},
{"",PubIDInfo::eAlmostStandards,PubIDInfo::eAlmostStandards},
{"",PubIDInfo::eAlmostStandards,PubIDInfo::eAlmostStandards},
-#line 56 "/opt/src/kde/kdelibs/khtml/html/doctypes.gperf"
+#line 56 "/opt/src/kde/tdelibs/khtml/html/doctypes.gperf"
{"-//microsoft//dtd internet explorer 3.0 html//en", PubIDInfo::eQuirks3, PubIDInfo::eQuirks3},
{"",PubIDInfo::eAlmostStandards,PubIDInfo::eAlmostStandards},
{"",PubIDInfo::eAlmostStandards,PubIDInfo::eAlmostStandards},
{"",PubIDInfo::eAlmostStandards,PubIDInfo::eAlmostStandards},
{"",PubIDInfo::eAlmostStandards,PubIDInfo::eAlmostStandards},
-#line 53 "/opt/src/kde/kdelibs/khtml/html/doctypes.gperf"
+#line 53 "/opt/src/kde/tdelibs/khtml/html/doctypes.gperf"
{"-//microsoft//dtd internet explorer 2.0 html//en", PubIDInfo::eQuirks3, PubIDInfo::eQuirks3},
{"",PubIDInfo::eAlmostStandards,PubIDInfo::eAlmostStandards},
-#line 55 "/opt/src/kde/kdelibs/khtml/html/doctypes.gperf"
+#line 55 "/opt/src/kde/tdelibs/khtml/html/doctypes.gperf"
{"-//microsoft//dtd internet explorer 3.0 html strict//en", PubIDInfo::eQuirks3, PubIDInfo::eQuirks3},
{"",PubIDInfo::eAlmostStandards,PubIDInfo::eAlmostStandards},
{"",PubIDInfo::eAlmostStandards,PubIDInfo::eAlmostStandards},
{"",PubIDInfo::eAlmostStandards,PubIDInfo::eAlmostStandards},
-#line 14 "/opt/src/kde/kdelibs/khtml/html/doctypes.gperf"
+#line 14 "/opt/src/kde/tdelibs/khtml/html/doctypes.gperf"
{"+//silmaril//dtd html pro v0r11 19970101//en", PubIDInfo::eQuirks3, PubIDInfo::eQuirks3},
-#line 52 "/opt/src/kde/kdelibs/khtml/html/doctypes.gperf"
+#line 52 "/opt/src/kde/tdelibs/khtml/html/doctypes.gperf"
{"-//microsoft//dtd internet explorer 2.0 html strict//en", PubIDInfo::eQuirks3, PubIDInfo::eQuirks3},
{"",PubIDInfo::eAlmostStandards,PubIDInfo::eAlmostStandards},
{"",PubIDInfo::eAlmostStandards,PubIDInfo::eAlmostStandards},
{"",PubIDInfo::eAlmostStandards,PubIDInfo::eAlmostStandards},
{"",PubIDInfo::eAlmostStandards,PubIDInfo::eAlmostStandards},
-#line 57 "/opt/src/kde/kdelibs/khtml/html/doctypes.gperf"
+#line 57 "/opt/src/kde/tdelibs/khtml/html/doctypes.gperf"
{"-//microsoft//dtd internet explorer 3.0 tables//en", PubIDInfo::eQuirks3, PubIDInfo::eQuirks3},
{"",PubIDInfo::eAlmostStandards,PubIDInfo::eAlmostStandards},
{"",PubIDInfo::eAlmostStandards,PubIDInfo::eAlmostStandards},
{"",PubIDInfo::eAlmostStandards,PubIDInfo::eAlmostStandards},
{"",PubIDInfo::eAlmostStandards,PubIDInfo::eAlmostStandards},
-#line 54 "/opt/src/kde/kdelibs/khtml/html/doctypes.gperf"
+#line 54 "/opt/src/kde/tdelibs/khtml/html/doctypes.gperf"
{"-//microsoft//dtd internet explorer 2.0 tables//en", PubIDInfo::eQuirks3, PubIDInfo::eQuirks3},
{"",PubIDInfo::eAlmostStandards,PubIDInfo::eAlmostStandards},
{"",PubIDInfo::eAlmostStandards,PubIDInfo::eAlmostStandards},
@@ -879,12 +879,12 @@ findDoctypeEntry (register const char *str, register unsigned int len)
{"",PubIDInfo::eAlmostStandards,PubIDInfo::eAlmostStandards},
{"",PubIDInfo::eAlmostStandards,PubIDInfo::eAlmostStandards},
{"",PubIDInfo::eAlmostStandards,PubIDInfo::eAlmostStandards},
-#line 15 "/opt/src/kde/kdelibs/khtml/html/doctypes.gperf"
+#line 15 "/opt/src/kde/tdelibs/khtml/html/doctypes.gperf"
{"-//advasoft ltd//dtd html 3.0 aswedit + extensions//en", PubIDInfo::eQuirks3, PubIDInfo::eQuirks3},
{"",PubIDInfo::eAlmostStandards,PubIDInfo::eAlmostStandards},
{"",PubIDInfo::eAlmostStandards,PubIDInfo::eAlmostStandards},
{"",PubIDInfo::eAlmostStandards,PubIDInfo::eAlmostStandards},
-#line 61 "/opt/src/kde/kdelibs/khtml/html/doctypes.gperf"
+#line 61 "/opt/src/kde/tdelibs/khtml/html/doctypes.gperf"
{"-//o'reilly and associates//dtd html extended 1.0//en", PubIDInfo::eQuirks3, PubIDInfo::eQuirks3},
{"",PubIDInfo::eAlmostStandards,PubIDInfo::eAlmostStandards},
{"",PubIDInfo::eAlmostStandards,PubIDInfo::eAlmostStandards},
@@ -953,7 +953,7 @@ findDoctypeEntry (register const char *str, register unsigned int len)
{"",PubIDInfo::eAlmostStandards,PubIDInfo::eAlmostStandards},
{"",PubIDInfo::eAlmostStandards,PubIDInfo::eAlmostStandards},
{"",PubIDInfo::eAlmostStandards,PubIDInfo::eAlmostStandards},
-#line 62 "/opt/src/kde/kdelibs/khtml/html/doctypes.gperf"
+#line 62 "/opt/src/kde/tdelibs/khtml/html/doctypes.gperf"
{"-//o'reilly and associates//dtd html extended relaxed 1.0//en", PubIDInfo::eQuirks3, PubIDInfo::eQuirks3},
{"",PubIDInfo::eAlmostStandards,PubIDInfo::eAlmostStandards},
{"",PubIDInfo::eAlmostStandards,PubIDInfo::eAlmostStandards},
@@ -1089,7 +1089,7 @@ findDoctypeEntry (register const char *str, register unsigned int len)
{"",PubIDInfo::eAlmostStandards,PubIDInfo::eAlmostStandards},
{"",PubIDInfo::eAlmostStandards,PubIDInfo::eAlmostStandards},
{"",PubIDInfo::eAlmostStandards,PubIDInfo::eAlmostStandards},
-#line 64 "/opt/src/kde/kdelibs/khtml/html/doctypes.gperf"
+#line 64 "/opt/src/kde/tdelibs/khtml/html/doctypes.gperf"
{"-//softquad//dtd hotmetal pro 4.0::19971010::extensions to html 4.0//en", PubIDInfo::eQuirks, PubIDInfo::eQuirks},
{"",PubIDInfo::eAlmostStandards,PubIDInfo::eAlmostStandards},
{"",PubIDInfo::eAlmostStandards,PubIDInfo::eAlmostStandards},
@@ -1154,7 +1154,7 @@ findDoctypeEntry (register const char *str, register unsigned int len)
{"",PubIDInfo::eAlmostStandards,PubIDInfo::eAlmostStandards},
{"",PubIDInfo::eAlmostStandards,PubIDInfo::eAlmostStandards},
{"",PubIDInfo::eAlmostStandards,PubIDInfo::eAlmostStandards},
-#line 63 "/opt/src/kde/kdelibs/khtml/html/doctypes.gperf"
+#line 63 "/opt/src/kde/tdelibs/khtml/html/doctypes.gperf"
{"-//softquad software//dtd hotmetal pro 6.0::19990601::extensions to html 4.0//en", PubIDInfo::eQuirks, PubIDInfo::eQuirks}
};
diff --git a/khtml/java/tests/testkjavaappletserver.cpp b/khtml/java/tests/testkjavaappletserver.cpp
index 63ec3ba3e..2045f7512 100644
--- a/khtml/java/tests/testkjavaappletserver.cpp
+++ b/khtml/java/tests/testkjavaappletserver.cpp
@@ -11,7 +11,7 @@
static KCmdLineOptions options[] =
{
- { "+[kdelibs_path]", "path to kdelibs directory", 0 },
+ { "+[tdelibs_path]", "path to tdelibs directory", 0 },
KCmdLineLastOption
};
@@ -23,13 +23,13 @@ int main(int argc, char **argv)
KApplication app;
- TQString path_to_kdelibs = "/build/wynnw/kde-src";
+ TQString path_to_tdelibs = "/build/wynnw/kde-src";
KJavaAppletWidget *a = new KJavaAppletWidget;
a->show();
- a->applet()->setBaseURL( "file:" + path_to_kdelibs + "/kdelibs/khtml/test/" );
+ a->applet()->setBaseURL( "file:" + path_to_tdelibs + "/tdelibs/khtml/test/" );
a->applet()->setAppletName( "Lake" );
a->applet()->setAppletClass( "lake.class" );
a->applet()->setParameter( "image", "konqi.gif" );
diff --git a/khtml/khtml-devel-gdb b/khtml/khtml-devel-gdb
index bb8319b22..d5fea476f 100644
--- a/khtml/khtml-devel-gdb
+++ b/khtml/khtml-devel-gdb
@@ -1,6 +1,6 @@
# This file defines handy gdb macros for KHTML
# To use it, add this line to your ~/.gdbinit :
-# source /path/to/kde/sources/kdelibs/khtml/khtml-devel-gdb
+# source /path/to/kde/sources/tdelibs/khtml/khtml-devel-gdb
define printdomstring
printdomstringimpl $arg0.impl
diff --git a/khtml/khtml_part.cpp b/khtml/khtml_part.cpp
index 18ca537b8..2e9f28971 100644
--- a/khtml/khtml_part.cpp
+++ b/khtml/khtml_part.cpp
@@ -459,7 +459,7 @@ void KHTMLPart::init( KHTMLView *view, GUIProfile prof )
//if ( prof == BrowserViewGUI && !parentPart() )
// loadPlugins( partObject(), this, instance() );
- // "khtml" catalog does not exist, our translations are in kdelibs.
+ // "khtml" catalog does not exist, our translations are in tdelibs.
// removing this catalog from KGlobal::locale() prevents problems
// with changing the language in applications at runtime -Thomas Reitelbach
KGlobal::locale()->removeCatalogue("khtml");
diff --git a/khtml/khtml_settings.h b/khtml/khtml_settings.h
index 8641c3131..bb089e5a8 100644
--- a/khtml/khtml_settings.h
+++ b/khtml/khtml_settings.h
@@ -27,7 +27,7 @@ class KConfig;
#include <tqfont.h>
#include <tqmap.h>
-#include <kdelibs_export.h>
+#include <tdelibs_export.h>
struct KPerDomainSettings;
class KHTMLSettingsPrivate;
diff --git a/khtml/khtmlview.h b/khtml/khtmlview.h
index 6c9dc8808..212a02b44 100644
--- a/khtml/khtmlview.h
+++ b/khtml/khtmlview.h
@@ -28,7 +28,7 @@
// qt includes and classes
#include <tqscrollview.h>
-#include <kdelibs_export.h>
+#include <tdelibs_export.h>
class TQPainter;
class TQRect;
diff --git a/khtml/kmultipart/kmultipart.cpp b/khtml/kmultipart/kmultipart.cpp
index 2023c1e85..5d82742d9 100644
--- a/khtml/kmultipart/kmultipart.cpp
+++ b/khtml/kmultipart/kmultipart.cpp
@@ -181,7 +181,7 @@ bool KMultiPart::openURL( const KURL &url )
return true;
}
-// Yes, libkdenetwork's has such a parser already (MultiPart),
+// Yes, libtdenetwork's has such a parser already (MultiPart),
// but it works on the complete string, expecting the whole data to be available....
// The version here is asynchronous.
void KMultiPart::slotData( KIO::Job *job, const TQByteArray &data )
diff --git a/khtml/misc/Makefile.am b/khtml/misc/Makefile.am
index fcb4ed025..f0dc1ab76 100644
--- a/khtml/misc/Makefile.am
+++ b/khtml/misc/Makefile.am
@@ -34,7 +34,7 @@ noinst_HEADERS = \
INCLUDES = -I$(top_srcdir) -I$(top_srcdir)/dcop -I$(top_srcdir)/kio -I$(top_srcdir)/libltdl \
-I$(top_srcdir)/khtml -I$(top_srcdir)/kutils $(all_includes)
-SRCDOC_DEST=$(kde_htmldir)/en/kdelibs/khtml
+SRCDOC_DEST=$(kde_htmldir)/en/tdelibs/khtml
## generate lib documentation
srcdoc:
diff --git a/khtml/rendering/Makefile.am b/khtml/rendering/Makefile.am
index c81b4bea1..d41638f27 100644
--- a/khtml/rendering/Makefile.am
+++ b/khtml/rendering/Makefile.am
@@ -44,7 +44,7 @@ noinst_HEADERS = \
INCLUDES = -I$(top_srcdir)/kimgio -I$(top_srcdir)/kio -I$(top_srcdir)/dcop \
-I$(top_srcdir)/kfile -I$(top_srcdir)/khtml -I$(top_srcdir)/kutils -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/xml/Makefile.am b/khtml/xml/Makefile.am
index 676c945be..17a9779aa 100644
--- a/khtml/xml/Makefile.am
+++ b/khtml/xml/Makefile.am
@@ -39,7 +39,7 @@ INCLUDES = -I$(top_srcdir)/kimgio -I$(top_srcdir)/kio -I$(top_srcdir)/dcop \
-I$(top_srcdir)/khtml -I$(top_srcdir) -I$(top_srcdir)/kwallet/client \
-I$(top_srcdir)/kutils -I$(top_builddir)/kjs $(all_includes)
-SRCDOC_DEST=$(kde_htmldir)/en/kdelibs/khtml
+SRCDOC_DEST=$(kde_htmldir)/en/tdelibs/khtml
## generate lib documentation
srcdoc: