summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichele Calgaro <michele.calgaro@yahoo.it>2021-03-19 09:40:59 +0900
committerMichele Calgaro <michele.calgaro@yahoo.it>2021-03-19 09:41:33 +0900
commit0d2159372c361ffd1f5fa9aeb9d915d26d9a4262 (patch)
tree0e745f65b8233970081a17b7981c0ca0a2cb1342
parent2cbeae87feea188272057dd310fa2d4ee535b80a (diff)
downloadklamav-0d2159372c361ffd1f5fa9aeb9d915d26d9a4262.tar.gz
klamav-0d2159372c361ffd1f5fa9aeb9d915d26d9a4262.zip
Renaming of files in preparation for code style tools.
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it> (cherry picked from commit f8dcdf5cb308c5e8e82162b596b0900773394d95)
-rw-r--r--Makefile.in16
-rw-r--r--doc/Makefile.in16
-rw-r--r--doc/en/Makefile.in16
-rw-r--r--src/Makefile.in16
-rw-r--r--src/about/Makefile.in16
-rw-r--r--src/action/Makefile.in16
-rw-r--r--src/icons/Makefile.in16
-rw-r--r--src/klammail/Makefile.in16
-rw-r--r--src/pageviewer.cpp2
-rw-r--r--src/sqlite/Makefile.in16
10 files changed, 73 insertions, 73 deletions
diff --git a/Makefile.in b/Makefile.in
index 3c47934..b41941f 100644
--- a/Makefile.in
+++ b/Makefile.in
@@ -944,21 +944,21 @@ force-reedit:
#>+ 21
clean-bcheck:
- rm -f *.bchecktest.cc *.bchecktest.cc.class a.out
+ rm -f *.bchecktest.cpp *.bchecktest.cpp.class a.out
bcheck: bcheck-recursive
bcheck-am:
@for i in ; do \
- if test $(srcdir)/$$i -nt $$i.bchecktest.cc; then \
- echo "int main() {return 0;}" > $$i.bchecktest.cc ; \
- echo "#include \"$$i\"" >> $$i.bchecktest.cc ; \
+ if test $(srcdir)/$$i -nt $$i.bchecktest.cpp; then \
+ echo "int main() {return 0;}" > $$i.bchecktest.cpp ; \
+ echo "#include \"$$i\"" >> $$i.bchecktest.cpp ; \
echo "$$i"; \
- if ! $(CXX) $(DEFS) -I. -I$(srcdir) -I$(top_builddir) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(CXXFLAGS) $(KDE_CXXFLAGS) --dump-class-hierarchy -c $$i.bchecktest.cc; then \
- rm -f $$i.bchecktest.cc; exit 1; \
+ if ! $(CXX) $(DEFS) -I. -I$(srcdir) -I$(top_builddir) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(CXXFLAGS) $(KDE_CXXFLAGS) --dump-class-hierarchy -c $$i.bchecktest.cpp; then \
+ rm -f $$i.bchecktest.cpp; exit 1; \
fi ; \
- echo "" >> $$i.bchecktest.cc.class; \
- perl $(top_srcdir)/admin/bcheck.pl $$i.bchecktest.cc.class || { rm -f $$i.bchecktest.cc; exit 1; }; \
+ echo "" >> $$i.bchecktest.cpp.class; \
+ perl $(top_srcdir)/admin/bcheck.pl $$i.bchecktest.cpp.class || { rm -f $$i.bchecktest.cpp; exit 1; }; \
rm -f a.out; \
fi ; \
done
diff --git a/doc/Makefile.in b/doc/Makefile.in
index f587dc9..907ea3e 100644
--- a/doc/Makefile.in
+++ b/doc/Makefile.in
@@ -683,21 +683,21 @@ force-reedit:
#>+ 21
clean-bcheck:
- rm -f *.bchecktest.cc *.bchecktest.cc.class a.out
+ rm -f *.bchecktest.cpp *.bchecktest.cpp.class a.out
bcheck: bcheck-recursive
bcheck-am:
@for i in ; do \
- if test $(srcdir)/$$i -nt $$i.bchecktest.cc; then \
- echo "int main() {return 0;}" > $$i.bchecktest.cc ; \
- echo "#include \"$$i\"" >> $$i.bchecktest.cc ; \
+ if test $(srcdir)/$$i -nt $$i.bchecktest.cpp; then \
+ echo "int main() {return 0;}" > $$i.bchecktest.cpp ; \
+ echo "#include \"$$i\"" >> $$i.bchecktest.cpp ; \
echo "$$i"; \
- if ! $(CXX) $(DEFS) -I. -I$(srcdir) -I$(top_builddir) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(CXXFLAGS) $(KDE_CXXFLAGS) --dump-class-hierarchy -c $$i.bchecktest.cc; then \
- rm -f $$i.bchecktest.cc; exit 1; \
+ if ! $(CXX) $(DEFS) -I. -I$(srcdir) -I$(top_builddir) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(CXXFLAGS) $(KDE_CXXFLAGS) --dump-class-hierarchy -c $$i.bchecktest.cpp; then \
+ rm -f $$i.bchecktest.cpp; exit 1; \
fi ; \
- echo "" >> $$i.bchecktest.cc.class; \
- perl $(top_srcdir)/admin/bcheck.pl $$i.bchecktest.cc.class || { rm -f $$i.bchecktest.cc; exit 1; }; \
+ echo "" >> $$i.bchecktest.cpp.class; \
+ perl $(top_srcdir)/admin/bcheck.pl $$i.bchecktest.cpp.class || { rm -f $$i.bchecktest.cpp; exit 1; }; \
rm -f a.out; \
fi ; \
done
diff --git a/doc/en/Makefile.in b/doc/en/Makefile.in
index a856b75..be69a3e 100644
--- a/doc/en/Makefile.in
+++ b/doc/en/Makefile.in
@@ -561,21 +561,21 @@ force-reedit:
#>+ 21
clean-bcheck:
- rm -f *.bchecktest.cc *.bchecktest.cc.class a.out
+ rm -f *.bchecktest.cpp *.bchecktest.cpp.class a.out
bcheck: bcheck-am
bcheck-am:
@for i in ; do \
- if test $(srcdir)/$$i -nt $$i.bchecktest.cc; then \
- echo "int main() {return 0;}" > $$i.bchecktest.cc ; \
- echo "#include \"$$i\"" >> $$i.bchecktest.cc ; \
+ if test $(srcdir)/$$i -nt $$i.bchecktest.cpp; then \
+ echo "int main() {return 0;}" > $$i.bchecktest.cpp ; \
+ echo "#include \"$$i\"" >> $$i.bchecktest.cpp ; \
echo "$$i"; \
- if ! $(CXX) $(DEFS) -I. -I$(srcdir) -I$(top_builddir) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(CXXFLAGS) $(KDE_CXXFLAGS) --dump-class-hierarchy -c $$i.bchecktest.cc; then \
- rm -f $$i.bchecktest.cc; exit 1; \
+ if ! $(CXX) $(DEFS) -I. -I$(srcdir) -I$(top_builddir) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(CXXFLAGS) $(KDE_CXXFLAGS) --dump-class-hierarchy -c $$i.bchecktest.cpp; then \
+ rm -f $$i.bchecktest.cpp; exit 1; \
fi ; \
- echo "" >> $$i.bchecktest.cc.class; \
- perl $(top_srcdir)/admin/bcheck.pl $$i.bchecktest.cc.class || { rm -f $$i.bchecktest.cc; exit 1; }; \
+ echo "" >> $$i.bchecktest.cpp.class; \
+ perl $(top_srcdir)/admin/bcheck.pl $$i.bchecktest.cpp.class || { rm -f $$i.bchecktest.cpp; exit 1; }; \
rm -f a.out; \
fi ; \
done
diff --git a/src/Makefile.in b/src/Makefile.in
index 9f8af3b..199e64e 100644
--- a/src/Makefile.in
+++ b/src/Makefile.in
@@ -1216,21 +1216,21 @@ force-reedit:
#>+ 21
clean-bcheck:
- rm -f *.bchecktest.cc *.bchecktest.cc.class a.out
+ rm -f *.bchecktest.cpp *.bchecktest.cpp.class a.out
bcheck: bcheck-recursive
bcheck-am:
@for i in ; do \
- if test $(srcdir)/$$i -nt $$i.bchecktest.cc; then \
- echo "int main() {return 0;}" > $$i.bchecktest.cc ; \
- echo "#include \"$$i\"" >> $$i.bchecktest.cc ; \
+ if test $(srcdir)/$$i -nt $$i.bchecktest.cpp; then \
+ echo "int main() {return 0;}" > $$i.bchecktest.cpp ; \
+ echo "#include \"$$i\"" >> $$i.bchecktest.cpp ; \
echo "$$i"; \
- if ! $(CXXCOMPILE) --dump-class-hierarchy -c $$i.bchecktest.cc; then \
- rm -f $$i.bchecktest.cc; exit 1; \
+ if ! $(CXXCOMPILE) --dump-class-hierarchy -c $$i.bchecktest.cpp; then \
+ rm -f $$i.bchecktest.cpp; exit 1; \
fi ; \
- echo "" >> $$i.bchecktest.cc.class; \
- perl $(top_srcdir)/admin/bcheck.pl $$i.bchecktest.cc.class || { rm -f $$i.bchecktest.cc; exit 1; }; \
+ echo "" >> $$i.bchecktest.cpp.class; \
+ perl $(top_srcdir)/admin/bcheck.pl $$i.bchecktest.cpp.class || { rm -f $$i.bchecktest.cpp; exit 1; }; \
rm -f a.out; \
fi ; \
done
diff --git a/src/about/Makefile.in b/src/about/Makefile.in
index 154e6c8..c8a6072 100644
--- a/src/about/Makefile.in
+++ b/src/about/Makefile.in
@@ -550,21 +550,21 @@ force-reedit:
#>+ 21
clean-bcheck:
- rm -f *.bchecktest.cc *.bchecktest.cc.class a.out
+ rm -f *.bchecktest.cpp *.bchecktest.cpp.class a.out
bcheck: bcheck-am
bcheck-am:
@for i in ; do \
- if test $(srcdir)/$$i -nt $$i.bchecktest.cc; then \
- echo "int main() {return 0;}" > $$i.bchecktest.cc ; \
- echo "#include \"$$i\"" >> $$i.bchecktest.cc ; \
+ if test $(srcdir)/$$i -nt $$i.bchecktest.cpp; then \
+ echo "int main() {return 0;}" > $$i.bchecktest.cpp ; \
+ echo "#include \"$$i\"" >> $$i.bchecktest.cpp ; \
echo "$$i"; \
- if ! $(CXX) $(DEFS) -I. -I$(srcdir) -I$(top_builddir) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(CXXFLAGS) $(KDE_CXXFLAGS) --dump-class-hierarchy -c $$i.bchecktest.cc; then \
- rm -f $$i.bchecktest.cc; exit 1; \
+ if ! $(CXX) $(DEFS) -I. -I$(srcdir) -I$(top_builddir) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(CXXFLAGS) $(KDE_CXXFLAGS) --dump-class-hierarchy -c $$i.bchecktest.cpp; then \
+ rm -f $$i.bchecktest.cpp; exit 1; \
fi ; \
- echo "" >> $$i.bchecktest.cc.class; \
- perl $(top_srcdir)/admin/bcheck.pl $$i.bchecktest.cc.class || { rm -f $$i.bchecktest.cc; exit 1; }; \
+ echo "" >> $$i.bchecktest.cpp.class; \
+ perl $(top_srcdir)/admin/bcheck.pl $$i.bchecktest.cpp.class || { rm -f $$i.bchecktest.cpp; exit 1; }; \
rm -f a.out; \
fi ; \
done
diff --git a/src/action/Makefile.in b/src/action/Makefile.in
index 0391604..ce35584 100644
--- a/src/action/Makefile.in
+++ b/src/action/Makefile.in
@@ -541,21 +541,21 @@ force-reedit:
#>+ 21
clean-bcheck:
- rm -f *.bchecktest.cc *.bchecktest.cc.class a.out
+ rm -f *.bchecktest.cpp *.bchecktest.cpp.class a.out
bcheck: bcheck-am
bcheck-am:
@for i in ; do \
- if test $(srcdir)/$$i -nt $$i.bchecktest.cc; then \
- echo "int main() {return 0;}" > $$i.bchecktest.cc ; \
- echo "#include \"$$i\"" >> $$i.bchecktest.cc ; \
+ if test $(srcdir)/$$i -nt $$i.bchecktest.cpp; then \
+ echo "int main() {return 0;}" > $$i.bchecktest.cpp ; \
+ echo "#include \"$$i\"" >> $$i.bchecktest.cpp ; \
echo "$$i"; \
- if ! $(CXX) $(DEFS) -I. -I$(srcdir) -I$(top_builddir) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(CXXFLAGS) $(KDE_CXXFLAGS) --dump-class-hierarchy -c $$i.bchecktest.cc; then \
- rm -f $$i.bchecktest.cc; exit 1; \
+ if ! $(CXX) $(DEFS) -I. -I$(srcdir) -I$(top_builddir) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(CXXFLAGS) $(KDE_CXXFLAGS) --dump-class-hierarchy -c $$i.bchecktest.cpp; then \
+ rm -f $$i.bchecktest.cpp; exit 1; \
fi ; \
- echo "" >> $$i.bchecktest.cc.class; \
- perl $(top_srcdir)/admin/bcheck.pl $$i.bchecktest.cc.class || { rm -f $$i.bchecktest.cc; exit 1; }; \
+ echo "" >> $$i.bchecktest.cpp.class; \
+ perl $(top_srcdir)/admin/bcheck.pl $$i.bchecktest.cpp.class || { rm -f $$i.bchecktest.cpp; exit 1; }; \
rm -f a.out; \
fi ; \
done
diff --git a/src/icons/Makefile.in b/src/icons/Makefile.in
index 8613c30..435d353 100644
--- a/src/icons/Makefile.in
+++ b/src/icons/Makefile.in
@@ -554,21 +554,21 @@ force-reedit:
#>+ 21
clean-bcheck:
- rm -f *.bchecktest.cc *.bchecktest.cc.class a.out
+ rm -f *.bchecktest.cpp *.bchecktest.cpp.class a.out
bcheck: bcheck-am
bcheck-am:
@for i in ; do \
- if test $(srcdir)/$$i -nt $$i.bchecktest.cc; then \
- echo "int main() {return 0;}" > $$i.bchecktest.cc ; \
- echo "#include \"$$i\"" >> $$i.bchecktest.cc ; \
+ if test $(srcdir)/$$i -nt $$i.bchecktest.cpp; then \
+ echo "int main() {return 0;}" > $$i.bchecktest.cpp ; \
+ echo "#include \"$$i\"" >> $$i.bchecktest.cpp ; \
echo "$$i"; \
- if ! $(CXX) $(DEFS) -I. -I$(srcdir) -I$(top_builddir) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(CXXFLAGS) $(KDE_CXXFLAGS) --dump-class-hierarchy -c $$i.bchecktest.cc; then \
- rm -f $$i.bchecktest.cc; exit 1; \
+ if ! $(CXX) $(DEFS) -I. -I$(srcdir) -I$(top_builddir) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(CXXFLAGS) $(KDE_CXXFLAGS) --dump-class-hierarchy -c $$i.bchecktest.cpp; then \
+ rm -f $$i.bchecktest.cpp; exit 1; \
fi ; \
- echo "" >> $$i.bchecktest.cc.class; \
- perl $(top_srcdir)/admin/bcheck.pl $$i.bchecktest.cc.class || { rm -f $$i.bchecktest.cc; exit 1; }; \
+ echo "" >> $$i.bchecktest.cpp.class; \
+ perl $(top_srcdir)/admin/bcheck.pl $$i.bchecktest.cpp.class || { rm -f $$i.bchecktest.cpp; exit 1; }; \
rm -f a.out; \
fi ; \
done
diff --git a/src/klammail/Makefile.in b/src/klammail/Makefile.in
index cb84bbc..397216b 100644
--- a/src/klammail/Makefile.in
+++ b/src/klammail/Makefile.in
@@ -666,21 +666,21 @@ force-reedit:
#>+ 21
clean-bcheck:
- rm -f *.bchecktest.cc *.bchecktest.cc.class a.out
+ rm -f *.bchecktest.cpp *.bchecktest.cpp.class a.out
bcheck: bcheck-am
bcheck-am:
@for i in ; do \
- if test $(srcdir)/$$i -nt $$i.bchecktest.cc; then \
- echo "int main() {return 0;}" > $$i.bchecktest.cc ; \
- echo "#include \"$$i\"" >> $$i.bchecktest.cc ; \
+ if test $(srcdir)/$$i -nt $$i.bchecktest.cpp; then \
+ echo "int main() {return 0;}" > $$i.bchecktest.cpp ; \
+ echo "#include \"$$i\"" >> $$i.bchecktest.cpp ; \
echo "$$i"; \
- if ! $(CXX) $(DEFS) -I. -I$(srcdir) -I$(top_builddir) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(CXXFLAGS) $(KDE_CXXFLAGS) --dump-class-hierarchy -c $$i.bchecktest.cc; then \
- rm -f $$i.bchecktest.cc; exit 1; \
+ if ! $(CXX) $(DEFS) -I. -I$(srcdir) -I$(top_builddir) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(CXXFLAGS) $(KDE_CXXFLAGS) --dump-class-hierarchy -c $$i.bchecktest.cpp; then \
+ rm -f $$i.bchecktest.cpp; exit 1; \
fi ; \
- echo "" >> $$i.bchecktest.cc.class; \
- perl $(top_srcdir)/admin/bcheck.pl $$i.bchecktest.cc.class || { rm -f $$i.bchecktest.cc; exit 1; }; \
+ echo "" >> $$i.bchecktest.cpp.class; \
+ perl $(top_srcdir)/admin/bcheck.pl $$i.bchecktest.cpp.class || { rm -f $$i.bchecktest.cpp; exit 1; }; \
rm -f a.out; \
fi ; \
done
diff --git a/src/pageviewer.cpp b/src/pageviewer.cpp
index 849c833..6c6b638 100644
--- a/src/pageviewer.cpp
+++ b/src/pageviewer.cpp
@@ -255,7 +255,7 @@ void PageViewer::slotSetCaption(const TQString& cap) {
void PageViewer::slotPaletteOrFontChanged()
{
//kdDebug() << "PageViewer::slotPaletteOrFontChanged()" << endl;
- // taken from KonqView (tdebase/konqueror/konq_view.cc)
+ // taken from KonqView (tdebase/konqueror/konq_view.cpp)
TQObject *obj = KParts::BrowserExtension::childObject(this);
if ( !obj ) // not all views have a browser extension !
diff --git a/src/sqlite/Makefile.in b/src/sqlite/Makefile.in
index cab70a6..c1139c6 100644
--- a/src/sqlite/Makefile.in
+++ b/src/sqlite/Makefile.in
@@ -998,21 +998,21 @@ force-reedit:
#>+ 21
clean-bcheck:
- rm -f *.bchecktest.cc *.bchecktest.cc.class a.out
+ rm -f *.bchecktest.cpp *.bchecktest.cpp.class a.out
bcheck: bcheck-am
bcheck-am:
@for i in ; do \
- if test $(srcdir)/$$i -nt $$i.bchecktest.cc; then \
- echo "int main() {return 0;}" > $$i.bchecktest.cc ; \
- echo "#include \"$$i\"" >> $$i.bchecktest.cc ; \
+ if test $(srcdir)/$$i -nt $$i.bchecktest.cpp; then \
+ echo "int main() {return 0;}" > $$i.bchecktest.cpp ; \
+ echo "#include \"$$i\"" >> $$i.bchecktest.cpp ; \
echo "$$i"; \
- if ! $(CXX) $(DEFS) -I. -I$(srcdir) -I$(top_builddir) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(CXXFLAGS) $(KDE_CXXFLAGS) --dump-class-hierarchy -c $$i.bchecktest.cc; then \
- rm -f $$i.bchecktest.cc; exit 1; \
+ if ! $(CXX) $(DEFS) -I. -I$(srcdir) -I$(top_builddir) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(CXXFLAGS) $(KDE_CXXFLAGS) --dump-class-hierarchy -c $$i.bchecktest.cpp; then \
+ rm -f $$i.bchecktest.cpp; exit 1; \
fi ; \
- echo "" >> $$i.bchecktest.cc.class; \
- perl $(top_srcdir)/admin/bcheck.pl $$i.bchecktest.cc.class || { rm -f $$i.bchecktest.cc; exit 1; }; \
+ echo "" >> $$i.bchecktest.cpp.class; \
+ perl $(top_srcdir)/admin/bcheck.pl $$i.bchecktest.cpp.class || { rm -f $$i.bchecktest.cpp; exit 1; }; \
rm -f a.out; \
fi ; \
done