diff options
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; |