summaryrefslogtreecommitdiffstats
path: root/konq-plugins
diff options
context:
space:
mode:
authorMichele Calgaro <michele.calgaro@yahoo.it>2020-12-12 22:17:37 +0900
committerMichele Calgaro <michele.calgaro@yahoo.it>2020-12-12 22:33:28 +0900
commita302d70f2c10e1b48259f6e2e8870f4ddf962e91 (patch)
tree1717352d649ddafe43460e7b458def99bce69022 /konq-plugins
parentee93d1c0f2b9884c6ce02985a55cda502bf44c10 (diff)
downloadtdeaddons-a302d70f2c10e1b48259f6e2e8870f4ddf962e91.tar.gz
tdeaddons-a302d70f2c10e1b48259f6e2e8870f4ddf962e91.zip
Renaming of files in preparation for code style tools.
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it> (cherry picked from commit d8a307993b8d37b99b70d9d79de8afeb94927799)
Diffstat (limited to 'konq-plugins')
-rw-r--r--konq-plugins/autorefresh/Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/konq-plugins/autorefresh/Makefile.am b/konq-plugins/autorefresh/Makefile.am
index c4691e4..25ac1b8 100644
--- a/konq-plugins/autorefresh/Makefile.am
+++ b/konq-plugins/autorefresh/Makefile.am
@@ -14,7 +14,7 @@ autorefreshdir = $(kde_datadir)/tdehtml/kpartplugins
autorefresh_DATA = autorefresh.rc autorefresh.desktop
messages: rc.cpp
- LIST=`find . -name \*.h -o -name \*.hh -o -name \*.H -o -name \*.hxx -o -name \*.hpp -o -name \*.cpp -o -name \*.cc -o -name \*.cxx -o -name \*.ecpp -o -name \*.C`; \
+ LIST=`find . -name \*.h -o -name \*.cpp`; \
if test -n "$$LIST"; then \
$(XGETTEXT) $$LIST -o $(podir)/autorefresh.pot; \
fi