diff options
author | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2013-01-26 13:17:46 -0600 |
---|---|---|
committer | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2013-01-26 13:17:46 -0600 |
commit | 48087e1d5650499b6093a6816356d467c8461802 (patch) | |
tree | 00c39f978492596620df1374e8a91af507d8bac3 /kget/kget_plug_in/kget_plug_in.cpp | |
parent | ccfaeb9b831a41e93e777b041cdf33a7d40a0e0b (diff) | |
download | tdenetwork-48087e1d5650499b6093a6816356d467c8461802.tar.gz tdenetwork-48087e1d5650499b6093a6816356d467c8461802.zip |
Rename a number of libraries and executables to avoid conflicts with KDE4
Diffstat (limited to 'kget/kget_plug_in/kget_plug_in.cpp')
-rw-r--r-- | kget/kget_plug_in/kget_plug_in.cpp | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/kget/kget_plug_in/kget_plug_in.cpp b/kget/kget_plug_in/kget_plug_in.cpp index 3631873d..edb90655 100644 --- a/kget/kget_plug_in/kget_plug_in.cpp +++ b/kget/kget_plug_in/kget_plug_in.cpp @@ -23,7 +23,7 @@ #include <dcopref.h> #include <kdatastream.h> #include <kdebug.h> -#include <khtml_part.h> +#include <tdehtml_part.h> #include <kiconloader.h> #include <kglobal.h> #include <kaction.h> @@ -37,7 +37,7 @@ #include <dom/html_misc.h> #include <dom/dom_element.h> -#include <kparts/partmanager.h> +#include <tdeparts/partmanager.h> #include <set> @@ -176,7 +176,7 @@ KPluginFactory::~KPluginFactory() extern "C" { - KDE_EXPORT void* init_khtml_kget() + KDE_EXPORT void* init_tdehtml_kget() { TDEGlobal::locale()->insertCatalogue("kget"); return new KPluginFactory; |