From 39177c1528006932b00136d34cf022434df73d72 Mon Sep 17 00:00:00 2001 From: Timothy Pearson Date: Sat, 26 Jan 2013 13:15:08 -0600 Subject: Rename a number of libraries and executables to avoid conflicts with KDE4 --- konq-plugins/autorefresh/Makefile.am | 2 +- konq-plugins/autorefresh/autorefresh.cpp | 2 +- konq-plugins/autorefresh/autorefresh.h | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) (limited to 'konq-plugins/autorefresh') 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 // this plugin applies to a khtml part +#include // this plugin applies to a tdehtml part #include #include "autorefresh.h" #include 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 +#include #include class KURL; -- cgit v1.2.1