diff options
Diffstat (limited to 'konq-plugins/autorefresh')
-rw-r--r-- | konq-plugins/autorefresh/Makefile.am | 2 | ||||
-rw-r--r-- | konq-plugins/autorefresh/autorefresh.cpp | 2 | ||||
-rw-r--r-- | konq-plugins/autorefresh/autorefresh.h | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/konq-plugins/autorefresh/Makefile.am b/konq-plugins/autorefresh/Makefile.am index f97432b..ebc6394 100644 --- a/konq-plugins/autorefresh/Makefile.am +++ b/konq-plugins/autorefresh/Makefile.am @@ -10,7 +10,7 @@ libautorefresh_la_LDFLAGS = $(all_libraries) -module $(KDE_PLUGIN) KDE_ICON = autorefresh -autorefreshdir = $(kde_datadir)/khtml/kpartplugins +autorefreshdir = $(kde_datadir)/tdehtml/kpartplugins autorefresh_DATA = autorefresh.rc autorefresh.desktop messages: rc.cpp diff --git a/konq-plugins/autorefresh/autorefresh.cpp b/konq-plugins/autorefresh/autorefresh.cpp index 64be883..bce4995 100644 --- a/konq-plugins/autorefresh/autorefresh.cpp +++ b/konq-plugins/autorefresh/autorefresh.cpp @@ -5,7 +5,7 @@ */ -#include <khtml_part.h> // this plugin applies to a khtml part +#include <tdehtml_part.h> // this plugin applies to a tdehtml part #include <kdebug.h> #include "autorefresh.h" #include <kaction.h> diff --git a/konq-plugins/autorefresh/autorefresh.h b/konq-plugins/autorefresh/autorefresh.h index b805921..ca03bb1 100644 --- a/konq-plugins/autorefresh/autorefresh.h +++ b/konq-plugins/autorefresh/autorefresh.h @@ -7,7 +7,7 @@ #ifndef __plugin_autorefresh_h #define __plugin_autorefresh_h -#include <kparts/plugin.h> +#include <tdeparts/plugin.h> #include <klibloader.h> class KURL; |