summaryrefslogtreecommitdiffstats
path: root/tools/kthesaurus
diff options
context:
space:
mode:
Diffstat (limited to 'tools/kthesaurus')
-rw-r--r--tools/kthesaurus/Makefile.am4
-rw-r--r--tools/kthesaurus/main.cpp (renamed from tools/kthesaurus/main.cc)4
2 files changed, 4 insertions, 4 deletions
diff --git a/tools/kthesaurus/Makefile.am b/tools/kthesaurus/Makefile.am
index 95d0acb4e..82a53e5b6 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 f94373f84..9db6e571b 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 : daniel.naber@t-online.de
- $Id: main.cc 381440 2005-01-23 07:53:34Z mlaurent $
+ $Id: main.cpp 381440 2005-01-23 07:53:34Z mlaurent $
***************************************************************************/
/***************************************************************************