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/thesaurus | |
| parent | 5363fe3c36504c37bdc6dcfafd5f71daeae251e8 (diff) | |
| download | koffice-d63c9d69.tar.gz koffice-d63c9d69.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/thesaurus')
| -rw-r--r-- | tools/thesaurus/Makefile.am | 4 | ||||
| -rw-r--r-- | tools/thesaurus/main.cpp (renamed from tools/thesaurus/main.cc) | 2 |
2 files changed, 3 insertions, 3 deletions
diff --git a/tools/thesaurus/Makefile.am b/tools/thesaurus/Makefile.am index 927c7245b..6a57a1c43 100644 --- a/tools/thesaurus/Makefile.am +++ b/tools/thesaurus/Makefile.am @@ -6,7 +6,7 @@ libthesaurustool_la_LIBADD = $(LIB_TDESYCOCA) kde_module_LTLIBRARIES = libthesaurustool.la -libthesaurustool_la_SOURCES = main.cc +libthesaurustool_la_SOURCES = main.cpp libthesaurustool_la_LDFLAGS = $(all_libraries) -avoid-version -module -no-undefined @@ -21,4 +21,4 @@ thesaurusdir = $(kde_datadir)/thesaurus thesaurus_DATA = thesaurus.txt messages: - $(XGETTEXT) *.cc -o $(podir)/thesaurus_tool.pot + $(XGETTEXT) *.cpp -o $(podir)/thesaurus_tool.pot diff --git a/tools/thesaurus/main.cc b/tools/thesaurus/main.cpp index 57b1d7790..06da26824 100644 --- a/tools/thesaurus/main.cc +++ b/tools/thesaurus/main.cpp @@ -1,5 +1,5 @@ /* - $Id: main.cc 466447 2005-10-02 17:54:10Z zander $ + $Id: main.cpp 466447 2005-10-02 17:54:10Z zander $ This file is part of the KDE project Copyright (C) 2001,2002,2003 Daniel Naber <daniel.naber@t-online.de> This is a thesaurus based on a subset of WordNet. It also offers an |
