diff options
Diffstat (limited to 'konq-plugins/babelfish')
-rw-r--r-- | konq-plugins/babelfish/Makefile.am | 2 | ||||
-rw-r--r-- | konq-plugins/babelfish/plugin_babelfish.cpp | 2 | ||||
-rw-r--r-- | konq-plugins/babelfish/plugin_babelfish.h | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/konq-plugins/babelfish/Makefile.am b/konq-plugins/babelfish/Makefile.am index 3316d68..61eba5b 100644 --- a/konq-plugins/babelfish/Makefile.am +++ b/konq-plugins/babelfish/Makefile.am @@ -8,7 +8,7 @@ libbabelfishplugin_la_SOURCES = plugin_babelfish.cpp libbabelfishplugin_la_LIBADD = $(LIB_KPARTS) $(LIB_KHTML) libbabelfishplugin_la_LDFLAGS = -module $(KDE_PLUGIN) $(all_libraries) -no-undefined -pluginsdir = $(kde_datadir)/khtml/kpartplugins +pluginsdir = $(kde_datadir)/tdehtml/kpartplugins plugins_DATA = plugin_babelfish.rc plugin_babelfish.desktop appsdir = $(kde_appsdir)/.hidden diff --git a/konq-plugins/babelfish/plugin_babelfish.cpp b/konq-plugins/babelfish/plugin_babelfish.cpp index c4d3f68..325aa36 100644 --- a/konq-plugins/babelfish/plugin_babelfish.cpp +++ b/konq-plugins/babelfish/plugin_babelfish.cpp @@ -28,7 +28,7 @@ #include <kgenericfactory.h> #include <kaboutdata.h> -#include <khtml_part.h> +#include <tdehtml_part.h> typedef KGenericFactory<PluginBabelFish> BabelFishFactory; static const TDEAboutData aboutdata("babelfish", I18N_NOOP("Translate Web Page") , "1.0" ); diff --git a/konq-plugins/babelfish/plugin_babelfish.h b/konq-plugins/babelfish/plugin_babelfish.h index 8a8bfd8..26463e0 100644 --- a/konq-plugins/babelfish/plugin_babelfish.h +++ b/konq-plugins/babelfish/plugin_babelfish.h @@ -19,7 +19,7 @@ #ifndef __plugin_babelfish_h #define __plugin_babelfish_h -#include <kparts/plugin.h> +#include <tdeparts/plugin.h> #include <klibloader.h> class KURL; |