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