diff options
author | Michele Calgaro <michele.calgaro@yahoo.it> | 2021-01-03 16:19:07 +0900 |
---|---|---|
committer | Michele Calgaro <michele.calgaro@yahoo.it> | 2021-01-03 16:19:07 +0900 |
commit | 9abed3f832f5b493aa254a1665dbae80f10f2f07 (patch) | |
tree | 0cdfe1f17af7991ac67dd26bef8e8b111459714e | |
parent | d679a87cbccf7356a2b84aac9a5ad9997f368269 (diff) | |
download | kcmldapcontroller-9abed3f832f5b493aa254a1665dbae80f10f2f07.tar.gz kcmldapcontroller-9abed3f832f5b493aa254a1665dbae80f10f2f07.zip |
Renaming of files in preparation for code style tools.
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
-rw-r--r-- | src/CMakeLists.txt | 2 | ||||
-rw-r--r-- | src/sha1.cpp (renamed from src/sha1.cc) | 0 |
2 files changed, 1 insertions, 1 deletions
diff --git a/src/CMakeLists.txt b/src/CMakeLists.txt index eb1bab5..37dd26d 100644 --- a/src/CMakeLists.txt +++ b/src/CMakeLists.txt @@ -25,7 +25,7 @@ tde_add_kpart( kcm_ldapcontroller AUTOMOC multimasterreplicationconfigbase.ui ldapcontroller.cpp processingdialog.cpp - sha1.cc + sha1.cpp multimasterreplicationconfigdlg.cpp LINK tdecore-shared diff --git a/src/sha1.cc b/src/sha1.cpp index 3f5dbd9..3f5dbd9 100644 --- a/src/sha1.cc +++ b/src/sha1.cpp |