diff options
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 |
