diff options
author | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2013-01-27 01:04:16 -0600 |
---|---|---|
committer | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2013-01-27 01:04:16 -0600 |
commit | 5159cd2beb2e87806a5b54e9991b7895285c9d3e (patch) | |
tree | 9b70e8be47a390f8f4d56ead812ab0c9dad88709 /tdehtml/ecma/kjs_navigator.cpp | |
parent | c17cb900dcf52b8bd6dc300d4f103392900ec2b4 (diff) | |
download | tdelibs-5159cd2beb2e87806a5b54e9991b7895285c9d3e.tar.gz tdelibs-5159cd2beb2e87806a5b54e9991b7895285c9d3e.zip |
Rename a number of libraries and executables to avoid conflicts with KDE4
Diffstat (limited to 'tdehtml/ecma/kjs_navigator.cpp')
-rw-r--r-- | tdehtml/ecma/kjs_navigator.cpp | 10 |
1 files changed, 5 insertions, 5 deletions
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 <klocale.h> #include <kstandarddirs.h> -#include <kconfig.h> +#include <tdeconfig.h> #include <kdebug.h> -#include <kio/kprotocolmanager.h> -#include <kio/kmimetype.h> -#include <kio/kservice.h> -#include <kio/ktrader.h> +#include <tdeio/kprotocolmanager.h> +#include <tdeio/kmimetype.h> +#include <tdeio/kservice.h> +#include <tdeio/ktrader.h> #include "kjs_navigator.h" #include "kjs/lookup.h" #include "kjs_binding.h" |