summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichele Calgaro <michele.calgaro@yahoo.it>2020-12-28 18:47:21 +0900
committerMichele Calgaro <michele.calgaro@yahoo.it>2020-12-28 22:35:38 +0900
commit859255660509f06048b80e0a21bea4a34a0b9ec0 (patch)
treefbe04036ae7144c7c80d85def5acb4aa8835801c
parent3755413e838ce99679800a4fac5cc32af14e8c52 (diff)
downloadk3b-859255660509f06048b80e0a21bea4a34a0b9ec0.tar.gz
k3b-859255660509f06048b80e0a21bea4a34a0b9ec0.zip
Renaming of files in preparation for code style tools.
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it> (cherry picked from commit 3413da9f84485deaf6416fe6cf9a9a48adb4e0c1)
-rw-r--r--src/projects/kostore/CMakeLists.txt2
-rw-r--r--src/projects/kostore/Makefile.am2
-rw-r--r--src/projects/kostore/koStore.cpp (renamed from src/projects/kostore/koStore.cc)0
-rw-r--r--src/projects/kostore/koStoreBase.cpp (renamed from src/projects/kostore/koStoreBase.cc)0
-rw-r--r--src/projects/kostore/koZipStore.cpp (renamed from src/projects/kostore/koZipStore.cc)0
5 files changed, 2 insertions, 2 deletions
diff --git a/src/projects/kostore/CMakeLists.txt b/src/projects/kostore/CMakeLists.txt
index 9ac7377..bc35875 100644
--- a/src/projects/kostore/CMakeLists.txt
+++ b/src/projects/kostore/CMakeLists.txt
@@ -16,5 +16,5 @@ link_directories(
##### kostore (static) ##########################
tde_add_library( kostore STATIC_PIC AUTOMOC
- SOURCES koStore.cc koZipStore.cc koStoreBase.cc
+ SOURCES koStore.cpp koZipStore.cpp koStoreBase.cpp
)
diff --git a/src/projects/kostore/Makefile.am b/src/projects/kostore/Makefile.am
index 65de5e7..e87beeb 100644
--- a/src/projects/kostore/Makefile.am
+++ b/src/projects/kostore/Makefile.am
@@ -6,6 +6,6 @@ INCLUDES = $(all_includes)
####### Files
libkostore_la_LIBADD = $(LIB_TDEIO)
-libkostore_la_SOURCES = koStore.cc koZipStore.cc koStoreBase.cc
+libkostore_la_SOURCES = koStore.cpp koZipStore.cpp koStoreBase.cpp
#libkostore_la_LDFLAGS = $(all_libraries) -version-info 3:0:0 $(KDE_LDFLAGS) -no-undefined
#include_HEADERS = koStore.h
diff --git a/src/projects/kostore/koStore.cc b/src/projects/kostore/koStore.cpp
index 24fc737..24fc737 100644
--- a/src/projects/kostore/koStore.cc
+++ b/src/projects/kostore/koStore.cpp
diff --git a/src/projects/kostore/koStoreBase.cc b/src/projects/kostore/koStoreBase.cpp
index a9cc63e..a9cc63e 100644
--- a/src/projects/kostore/koStoreBase.cc
+++ b/src/projects/kostore/koStoreBase.cpp
diff --git a/src/projects/kostore/koZipStore.cc b/src/projects/kostore/koZipStore.cpp
index 0bbecdc..0bbecdc 100644
--- a/src/projects/kostore/koZipStore.cc
+++ b/src/projects/kostore/koZipStore.cpp