From 48087e1d5650499b6093a6816356d467c8461802 Mon Sep 17 00:00:00 2001 From: Timothy Pearson Date: Sat, 26 Jan 2013 13:17:46 -0600 Subject: Rename a number of libraries and executables to avoid conflicts with KDE4 --- kget/kget_plug_in/kget_plug_in.cpp | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'kget/kget_plug_in/kget_plug_in.cpp') 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 #include #include -#include +#include #include #include #include @@ -37,7 +37,7 @@ #include #include -#include +#include #include @@ -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; -- cgit v1.2.1