diff options
Diffstat (limited to 'filters/kformula')
-rw-r--r-- | filters/kformula/latex/Makefile.am | 4 | ||||
-rw-r--r-- | filters/kformula/latex/latexexport.cpp (renamed from filters/kformula/latex/latexexport.cc) | 0 | ||||
-rw-r--r-- | filters/kformula/mathml/Makefile.am | 4 | ||||
-rw-r--r-- | filters/kformula/mathml/mathmlexport.cpp (renamed from filters/kformula/mathml/mathmlexport.cc) | 0 | ||||
-rw-r--r-- | filters/kformula/mathml/mathmlimport.cpp (renamed from filters/kformula/mathml/mathmlimport.cc) | 0 | ||||
-rw-r--r-- | filters/kformula/png/Makefile.am | 4 | ||||
-rw-r--r-- | filters/kformula/png/pngexport.cpp (renamed from filters/kformula/png/pngexport.cc) | 0 | ||||
-rw-r--r-- | filters/kformula/png/pngexportdia.cpp (renamed from filters/kformula/png/pngexportdia.cc) | 0 | ||||
-rw-r--r-- | filters/kformula/svg/Makefile.am | 4 | ||||
-rw-r--r-- | filters/kformula/svg/svgexport.cpp (renamed from filters/kformula/svg/svgexport.cc) | 0 |
10 files changed, 8 insertions, 8 deletions
diff --git a/filters/kformula/latex/Makefile.am b/filters/kformula/latex/Makefile.am index 1a2b49d33..76f174bb9 100644 --- a/filters/kformula/latex/Makefile.am +++ b/filters/kformula/latex/Makefile.am @@ -8,13 +8,13 @@ libkfolatexexport_la_LIBADD = $(KOFFICE_LIBS) $(LIB_KFORMULA) kde_module_LTLIBRARIES = libkfolatexexport.la -libkfolatexexport_la_SOURCES = latexexport.cc +libkfolatexexport_la_SOURCES = latexexport.cpp noinst_HEADERS = latexexport.h ######## Debug #check_PROGRAMS = texlauncher -#texlauncher_SOURCES = texlauncher.cc +#texlauncher_SOURCES = texlauncher.cpp #texlauncher_LDADD = liblatexexport.la #texlauncher_LDFLAGS = $(all_libraries) $(KDE_RPATH) $(LIB_QT) -lDCOP $(LIB_TDECORE) $(LIB_TDEUI) -ltdefx $(LIB_TDEIO) -ltdetexteditor diff --git a/filters/kformula/latex/latexexport.cc b/filters/kformula/latex/latexexport.cpp index d47e36bd3..d47e36bd3 100644 --- a/filters/kformula/latex/latexexport.cc +++ b/filters/kformula/latex/latexexport.cpp diff --git a/filters/kformula/mathml/Makefile.am b/filters/kformula/mathml/Makefile.am index cdd07955a..0d2a9c386 100644 --- a/filters/kformula/mathml/Makefile.am +++ b/filters/kformula/mathml/Makefile.am @@ -10,9 +10,9 @@ libkfomathmlimport_la_LIBADD = $(KOFFICE_LIBS) $(LIB_KFORMULA) kde_module_LTLIBRARIES = libkfomathmlexport.la libkfomathmlimport.la -libkfomathmlexport_la_SOURCES = mathmlexport.cc +libkfomathmlexport_la_SOURCES = mathmlexport.cpp -libkfomathmlimport_la_SOURCES = mathmlimport.cc +libkfomathmlimport_la_SOURCES = mathmlimport.cpp noinst_HEADERS = mathmlexport.h mathmlimport.h diff --git a/filters/kformula/mathml/mathmlexport.cc b/filters/kformula/mathml/mathmlexport.cpp index 37951d2de..37951d2de 100644 --- a/filters/kformula/mathml/mathmlexport.cc +++ b/filters/kformula/mathml/mathmlexport.cpp diff --git a/filters/kformula/mathml/mathmlimport.cc b/filters/kformula/mathml/mathmlimport.cpp index b8fa07ed4..b8fa07ed4 100644 --- a/filters/kformula/mathml/mathmlimport.cc +++ b/filters/kformula/mathml/mathmlimport.cpp diff --git a/filters/kformula/png/Makefile.am b/filters/kformula/png/Makefile.am index 94e04539a..b6fb010e5 100644 --- a/filters/kformula/png/Makefile.am +++ b/filters/kformula/png/Makefile.am @@ -8,13 +8,13 @@ libkfopngexport_la_LIBADD = $(KOFFICE_LIBS) $(LIB_KFORMULA) kde_module_LTLIBRARIES = libkfopngexport.la -libkfopngexport_la_SOURCES = pngexport.cc pngexportdia.cc +libkfopngexport_la_SOURCES = pngexport.cpp pngexportdia.cpp noinst_HEADERS = pngexport.h pngexportdia.h ######## Debug #check_PROGRAMS = texlauncher -#texlauncher_SOURCES = texlauncher.cc +#texlauncher_SOURCES = texlauncher.cpp #texlauncher_LDADD = liblatexexport.la #texlauncher_LDFLAGS = $(all_libraries) $(KDE_RPATH) $(LIB_QT) -lDCOP $(LIB_TDECORE) $(LIB_TDEUI) -ltdefx $(LIB_TDEIO) -ltdetexteditor diff --git a/filters/kformula/png/pngexport.cc b/filters/kformula/png/pngexport.cpp index 47b0d316f..47b0d316f 100644 --- a/filters/kformula/png/pngexport.cc +++ b/filters/kformula/png/pngexport.cpp diff --git a/filters/kformula/png/pngexportdia.cc b/filters/kformula/png/pngexportdia.cpp index 938fed782..938fed782 100644 --- a/filters/kformula/png/pngexportdia.cc +++ b/filters/kformula/png/pngexportdia.cpp diff --git a/filters/kformula/svg/Makefile.am b/filters/kformula/svg/Makefile.am index 443abda5f..d1643bd33 100644 --- a/filters/kformula/svg/Makefile.am +++ b/filters/kformula/svg/Makefile.am @@ -8,13 +8,13 @@ libkfosvgexport_la_LIBADD = $(KOFFICE_LIBS) $(LIB_KFORMULA) kde_module_LTLIBRARIES = libkfosvgexport.la -libkfosvgexport_la_SOURCES = svgexport.cc +libkfosvgexport_la_SOURCES = svgexport.cpp noinst_HEADERS = svgexport.h ######## Debug #check_PROGRAMS = texlauncher -#texlauncher_SOURCES = texlauncher.cc +#texlauncher_SOURCES = texlauncher.cpp #texlauncher_LDADD = liblatexexport.la #texlauncher_LDFLAGS = $(all_libraries) $(KDE_RPATH) $(LIB_QT) -lDCOP $(LIB_TDECORE) $(LIB_TDEUI) -ltdefx $(LIB_TDEIO) -ltdetexteditor diff --git a/filters/kformula/svg/svgexport.cc b/filters/kformula/svg/svgexport.cpp index 35896ac1b..35896ac1b 100644 --- a/filters/kformula/svg/svgexport.cc +++ b/filters/kformula/svg/svgexport.cpp |