diff options
author | Michele Calgaro <[email protected]> | 2024-01-06 12:47:58 +0900 |
---|---|---|
committer | Michele Calgaro <[email protected]> | 2024-01-06 12:47:58 +0900 |
commit | 4a81686072d719cebad311187b05560928383ea4 (patch) | |
tree | 63a4b1d982f8ac119c0356b5391b773118029ac5 /client/CMakeLists.txt | |
parent | dc2d053e514269d40c3690e783e8e07dae34bfd1 (diff) | |
download | twin-style-fahrenheit-4a81686072d719cebad311187b05560928383ea4.tar.gz twin-style-fahrenheit-4a81686072d719cebad311187b05560928383ea4.zip |
Rename .cc files to .cpp as per TDE standard
Signed-off-by: Michele Calgaro <[email protected]>
Diffstat (limited to 'client/CMakeLists.txt')
-rw-r--r-- | client/CMakeLists.txt | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/client/CMakeLists.txt b/client/CMakeLists.txt index e7755f4..7f35eec 100644 --- a/client/CMakeLists.txt +++ b/client/CMakeLists.txt @@ -22,8 +22,7 @@ add_subdirectory( pics ) tde_add_kpart( twin_fahrenheit AUTOMOC SOURCES - fahrenheitclient.cc - fahrenheitclient.h + fahrenheitclient.cpp LINK tdecore-shared tdeui-shared |