diff options
Diffstat (limited to 'tools')
-rw-r--r-- | tools/converter/koconverter.cpp | 2 | ||||
-rw-r--r-- | tools/kthesaurus/Makefile.am | 4 | ||||
-rw-r--r-- | tools/kthesaurus/main.cpp (renamed from tools/kthesaurus/main.cc) | 4 | ||||
-rw-r--r-- | tools/spell/Makefile.am | 2 | ||||
-rw-r--r-- | tools/spell/main.cpp (renamed from tools/spell/main.cc) | 0 | ||||
-rw-r--r-- | tools/thesaurus/Makefile.am | 4 | ||||
-rw-r--r-- | tools/thesaurus/main.cpp (renamed from tools/thesaurus/main.cc) | 2 |
7 files changed, 9 insertions, 9 deletions
diff --git a/tools/converter/koconverter.cpp b/tools/converter/koconverter.cpp index 9bad2fb5..86063f4e 100644 --- a/tools/converter/koconverter.cpp +++ b/tools/converter/koconverter.cpp @@ -102,7 +102,7 @@ int main( int argc, char **argv ) if ( args->isSet("backup") ) { - // Code form koDocument.cc + // Code form koDocument.cpp TDEIO::UDSEntry entry; if ( TDEIO::NetAccess::stat( uOut, entry, 0L ) ) // this file exists => backup { diff --git a/tools/kthesaurus/Makefile.am b/tools/kthesaurus/Makefile.am index 95d0acb4..82a53e5b 100644 --- a/tools/kthesaurus/Makefile.am +++ b/tools/kthesaurus/Makefile.am @@ -6,13 +6,13 @@ lib_LTLIBRARIES = tdeinit_LTLIBRARIES = kthesaurus.la kthesaurus_la_LDFLAGS = $(all_libraries) $(KDE_RPATH) -module -avoid-version -kthesaurus_la_SOURCES = main.cc +kthesaurus_la_SOURCES = main.cpp kthesaurus_la_LIBADD = $(LIB_TDESYCOCA) appsdir = $(kde_appsdir)/Office apps_DATA = KThesaurus.desktop messages: - $(XGETTEXT) *.cc -o $(podir)/kthesaurus.pot + $(XGETTEXT) *.cpp -o $(podir)/kthesaurus.pot KDE_ICON = kthesaurus diff --git a/tools/kthesaurus/main.cc b/tools/kthesaurus/main.cpp index f94373f8..9db6e571 100644 --- a/tools/kthesaurus/main.cc +++ b/tools/kthesaurus/main.cpp @@ -1,10 +1,10 @@ /*************************************************************************** - main.cc - using the thesaurus KDataTool stand alone + main.cpp - using the thesaurus KDataTool stand alone ------------------- begin : 2001-12-22 copyright : (C) 2001 by Daniel Naber email : [email protected] - $Id: main.cc 381440 2005-01-23 07:53:34Z mlaurent $ + $Id: main.cpp 381440 2005-01-23 07:53:34Z mlaurent $ ***************************************************************************/ /*************************************************************************** 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 diff --git a/tools/thesaurus/Makefile.am b/tools/thesaurus/Makefile.am index 927c7245..6a57a1c4 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 57b1d779..06da2682 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 <[email protected]> This is a thesaurus based on a subset of WordNet. It also offers an |