diff options
| author | Michele Calgaro <michele.calgaro@yahoo.it> | 2020-12-06 19:28:06 +0900 |
|---|---|---|
| committer | Michele Calgaro <michele.calgaro@yahoo.it> | 2020-12-06 19:28:49 +0900 |
| commit | 247750abcbf6760bbc52aa5d64fc375d6fbee8a3 (patch) | |
| tree | 86e029a960ddd599edbeee8dddf70e87ee314e23 /qtmcop | |
| parent | 595ad58e25c5d0f0c512194f66708f99e5bc1527 (diff) | |
| download | arts-247750ab.tar.gz arts-247750ab.zip | |
Renaming of files in preparation for code style tools.
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
(cherry picked from commit 00d4f92b717fbcbed6f9eee361975d6ee5380d59)
Diffstat (limited to 'qtmcop')
| -rw-r--r-- | qtmcop/CMakeLists.txt | 2 | ||||
| -rw-r--r-- | qtmcop/qiomanager.cpp (renamed from qtmcop/qiomanager.cc) | 0 |
2 files changed, 1 insertions, 1 deletions
diff --git a/qtmcop/CMakeLists.txt b/qtmcop/CMakeLists.txt index 6b68c18..721a627 100644 --- a/qtmcop/CMakeLists.txt +++ b/qtmcop/CMakeLists.txt @@ -34,7 +34,7 @@ install( FILES ##### qtmcop ############################## -set( qtmcop_SRCS qiomanager.cc ) +set( qtmcop_SRCS qiomanager.cpp ) tde_add_library( qtmcop SHARED AUTOMOC SOURCES ${qtmcop_SRCS} diff --git a/qtmcop/qiomanager.cc b/qtmcop/qiomanager.cpp index ee60977..ee60977 100644 --- a/qtmcop/qiomanager.cc +++ b/qtmcop/qiomanager.cpp |
