summaryrefslogtreecommitdiffstats
path: root/kcharselect
diff options
context:
space:
mode:
Diffstat (limited to 'kcharselect')
-rw-r--r--kcharselect/CMakeLists.txt2
-rw-r--r--kcharselect/Makefile.am4
-rw-r--r--kcharselect/kcharselectdia.cpp (renamed from kcharselect/kcharselectdia.cc)0
-rw-r--r--kcharselect/main.cpp (renamed from kcharselect/main.cc)0
4 files changed, 3 insertions, 3 deletions
diff --git a/kcharselect/CMakeLists.txt b/kcharselect/CMakeLists.txt
index cc3d6cf..1ccd750 100644
--- a/kcharselect/CMakeLists.txt
+++ b/kcharselect/CMakeLists.txt
@@ -25,7 +25,7 @@ link_directories(
##### kcharselect (executable) ##################
tde_add_executable( kcharselect AUTOMOC
- SOURCES kcharselectdia.cc main.cc
+ SOURCES kcharselectdia.cpp main.cpp
LINK tdeui-shared
DESTINATION ${BIN_INSTALL_DIR}
)
diff --git a/kcharselect/Makefile.am b/kcharselect/Makefile.am
index 2cce07f..740200c 100644
--- a/kcharselect/Makefile.am
+++ b/kcharselect/Makefile.am
@@ -2,7 +2,7 @@ INCLUDES = $(all_includes)
LDADD = $(LIB_TDEFILE)
bin_PROGRAMS = kcharselect
-kcharselect_SOURCES = kcharselectdia.cc main.cc
+kcharselect_SOURCES = kcharselectdia.cpp main.cpp
kcharselect_LDFLAGS = $(all_libraries) $(KDE_RPATH) $(LIB_TQT) -lDCOP $(LIB_TDECORE) $(LIB_TDEUI) -ltdefx $(LIB_TDEIO) -ltdetexteditor
kcharselect_METASOURCES = kcharselectdia.moc
@@ -17,5 +17,5 @@ rcdir = $(kde_datadir)/kcharselect
rc_DATA = kcharselectui.rc
messages: rc.cpp
- $(XGETTEXT) *.cc *.cpp -o $(podir)/kcharselect.pot
+ $(XGETTEXT) *.cpp -o $(podir)/kcharselect.pot
diff --git a/kcharselect/kcharselectdia.cc b/kcharselect/kcharselectdia.cpp
index 8750b68..8750b68 100644
--- a/kcharselect/kcharselectdia.cc
+++ b/kcharselect/kcharselectdia.cpp
diff --git a/kcharselect/main.cc b/kcharselect/main.cpp
index cb74af5..cb74af5 100644
--- a/kcharselect/main.cc
+++ b/kcharselect/main.cpp