diff options
author | Michele Calgaro <michele.calgaro@yahoo.it> | 2020-12-12 22:17:37 +0900 |
---|---|---|
committer | Michele Calgaro <michele.calgaro@yahoo.it> | 2020-12-12 22:17:37 +0900 |
commit | d8a307993b8d37b99b70d9d79de8afeb94927799 (patch) | |
tree | eb20de880728bb2cdc49f7a10f2c4ee742e56020 /konq-plugins/autorefresh | |
parent | b0eb4c8ab3c3d1dbdd5856829c17de6da48caf91 (diff) | |
download | tdeaddons-d8a307993b8d37b99b70d9d79de8afeb94927799.tar.gz tdeaddons-d8a307993b8d37b99b70d9d79de8afeb94927799.zip |
Renaming of files in preparation for code style tools.
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
Diffstat (limited to 'konq-plugins/autorefresh')
-rw-r--r-- | konq-plugins/autorefresh/Makefile.am | 2 |
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 |