From 5159cd2beb2e87806a5b54e9991b7895285c9d3e Mon Sep 17 00:00:00 2001 From: Timothy Pearson Date: Sun, 27 Jan 2013 01:04:16 -0600 Subject: Rename a number of libraries and executables to avoid conflicts with KDE4 --- tdehtml/ecma/CMakeLists.txt | 6 +++--- tdehtml/ecma/Makefile.am | 2 +- tdehtml/ecma/kjs_debugwin.cpp | 4 ++-- tdehtml/ecma/kjs_navigator.cpp | 10 +++++----- tdehtml/ecma/xmlhttprequest.cpp | 6 +++--- tdehtml/ecma/xmlhttprequest.h | 2 +- tdehtml/ecma/xmlserializer.h | 2 +- 7 files changed, 16 insertions(+), 16 deletions(-) (limited to 'tdehtml/ecma') diff --git a/tdehtml/ecma/CMakeLists.txt b/tdehtml/ecma/CMakeLists.txt index eddd99f1e..2d7366e28 100644 --- a/tdehtml/ecma/CMakeLists.txt +++ b/tdehtml/ecma/CMakeLists.txt @@ -21,9 +21,9 @@ include_directories( ${CMAKE_SOURCE_DIR}/tdefx ${CMAKE_SOURCE_DIR}/tdecore ${CMAKE_SOURCE_DIR}/tdeui - ${CMAKE_SOURCE_DIR}/kio - ${CMAKE_SOURCE_DIR}/kio/kio - ${CMAKE_SOURCE_DIR}/kio/bookmarks + ${CMAKE_SOURCE_DIR}/tdeio + ${CMAKE_SOURCE_DIR}/tdeio/tdeio + ${CMAKE_SOURCE_DIR}/tdeio/bookmarks ${CMAKE_SOURCE_DIR}/kjs ${CMAKE_SOURCE_DIR}/tdewallet/client ${CMAKE_SOURCE_DIR}/tdeutils diff --git a/tdehtml/ecma/Makefile.am b/tdehtml/ecma/Makefile.am index d69ff807b..ee3334668 100644 --- a/tdehtml/ecma/Makefile.am +++ b/tdehtml/ecma/Makefile.am @@ -16,7 +16,7 @@ # the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, # Boston, MA 02110-1301, USA. -INCLUDES = -I$(top_srcdir) -I$(top_srcdir)/kio -I$(top_srcdir)/kio/bookmarks -I$(top_srcdir)/tdehtml -I$(top_srcdir)/tdehtml/java -I$(top_srcdir)/tdewallet/client -I$(top_srcdir)/tdeutils -I$(top_builddir)/kjs $(all_includes) +INCLUDES = -I$(top_srcdir) -I$(top_srcdir)/tdeio -I$(top_srcdir)/tdeio/bookmarks -I$(top_srcdir)/tdehtml -I$(top_srcdir)/tdehtml/java -I$(top_srcdir)/tdewallet/client -I$(top_srcdir)/tdeutils -I$(top_builddir)/kjs $(all_includes) KDE_CXXFLAGS = $(USE_EXCEPTIONS) diff --git a/tdehtml/ecma/kjs_debugwin.cpp b/tdehtml/ecma/kjs_debugwin.cpp index 4830c1108..47921fb2a 100644 --- a/tdehtml/ecma/kjs_debugwin.cpp +++ b/tdehtml/ecma/kjs_debugwin.cpp @@ -53,8 +53,8 @@ #include #include #include -#include -#include +#include +#include #include #include #include diff --git a/tdehtml/ecma/kjs_navigator.cpp b/tdehtml/ecma/kjs_navigator.cpp index 222ef7902..22d5f9cb7 100644 --- a/tdehtml/ecma/kjs_navigator.cpp +++ b/tdehtml/ecma/kjs_navigator.cpp @@ -24,13 +24,13 @@ #include #include -#include +#include #include -#include -#include -#include -#include +#include +#include +#include +#include #include "kjs_navigator.h" #include "kjs/lookup.h" #include "kjs_binding.h" diff --git a/tdehtml/ecma/xmlhttprequest.cpp b/tdehtml/ecma/xmlhttprequest.cpp index f3aec5492..bfaa91231 100644 --- a/tdehtml/ecma/xmlhttprequest.cpp +++ b/tdehtml/ecma/xmlhttprequest.cpp @@ -33,15 +33,15 @@ #include "tdehtml_part.h" #include "tdehtmlview.h" -#include -#include +#include +#include #include #include #ifdef APPLE_CHANGES #include "KWQLoader.h" #else -#include +#include using TDEIO::NetAccess; #endif diff --git a/tdehtml/ecma/xmlhttprequest.h b/tdehtml/ecma/xmlhttprequest.h index 2dc89e227..95a7c9cc2 100644 --- a/tdehtml/ecma/xmlhttprequest.h +++ b/tdehtml/ecma/xmlhttprequest.h @@ -24,7 +24,7 @@ #include "ecma/kjs_binding.h" #include "ecma/kjs_dom.h" #include "misc/decoder.h" -#include "kio/jobclasses.h" +#include "tdeio/jobclasses.h" namespace KJS { diff --git a/tdehtml/ecma/xmlserializer.h b/tdehtml/ecma/xmlserializer.h index 629d09afe..a86df3ed4 100644 --- a/tdehtml/ecma/xmlserializer.h +++ b/tdehtml/ecma/xmlserializer.h @@ -24,7 +24,7 @@ #include "ecma/kjs_binding.h" #include "ecma/kjs_dom.h" #include "misc/decoder.h" -#include "kio/jobclasses.h" +#include "tdeio/jobclasses.h" namespace KJS { -- cgit v1.2.3