diff options
author | Michele Calgaro <michele.calgaro@yahoo.it> | 2021-05-23 20:48:35 +0900 |
---|---|---|
committer | Michele Calgaro <michele.calgaro@yahoo.it> | 2021-05-29 15:17:38 +0900 |
commit | d63c9d696eb6e2539528b99afc21f4086c9defe3 (patch) | |
tree | b3bfc97a66431a12cdd8f9379c0072673ede43df /tools/spell | |
parent | 5363fe3c36504c37bdc6dcfafd5f71daeae251e8 (diff) | |
download | koffice-d63c9d696eb6e2539528b99afc21f4086c9defe3.tar.gz koffice-d63c9d696eb6e2539528b99afc21f4086c9defe3.zip |
Renaming of files in preparation for code style tools.
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
(cherry picked from commit 8b78a8791bc539bcffe7159f9d9714d577cb3d7d)
Diffstat (limited to 'tools/spell')
-rw-r--r-- | tools/spell/Makefile.am | 2 | ||||
-rw-r--r-- | tools/spell/main.cpp (renamed from tools/spell/main.cc) | 0 |
2 files changed, 1 insertions, 1 deletions
diff --git a/tools/spell/Makefile.am b/tools/spell/Makefile.am index 7c90d34b..826f32f7 100644 --- a/tools/spell/Makefile.am +++ b/tools/spell/Makefile.am @@ -7,7 +7,7 @@ #kde_module_LTLIBRARIES = libtdespelltool.la -#libtdespelltool_la_SOURCES = main.cc +#libtdespelltool_la_SOURCES = main.cpp #libtdespelltool_la_LDFLAGS = $(all_libraries) -avoid-version -module -no-undefined diff --git a/tools/spell/main.cc b/tools/spell/main.cpp index 564f6662..564f6662 100644 --- a/tools/spell/main.cc +++ b/tools/spell/main.cpp |