From 55055b833fa220a6ae3e66d523775e3d3549adf2 Mon Sep 17 00:00:00 2001 From: Mavridis Philippe Date: Sat, 26 Jun 2021 17:29:38 +0300 Subject: [PATCH] =?UTF-8?q?Renamed=20*.cc=20=E2=86=92=20*.cpp?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Mavridis Philippe --- client/CMakeLists.txt | 2 +- client/config/CMakeLists.txt | 2 +- client/config/{deKoratorconfig.cc => deKoratorconfig.cpp} | 0 client/config/{themes.moc.cc => themes.moc.cpp} | 0 client/{deKoratorclient.cc => deKoratorclient.cpp} | 0 client/{themes.moc.cc => themes.moc.cpp} | 0 6 files changed, 2 insertions(+), 2 deletions(-) rename client/config/{deKoratorconfig.cc => deKoratorconfig.cpp} (100%) rename client/config/{themes.moc.cc => themes.moc.cpp} (100%) rename client/{deKoratorclient.cc => deKoratorclient.cpp} (100%) rename client/{themes.moc.cc => themes.moc.cpp} (100%) diff --git a/client/CMakeLists.txt b/client/CMakeLists.txt index 64b6bd3..1377087 100644 --- a/client/CMakeLists.txt +++ b/client/CMakeLists.txt @@ -21,7 +21,7 @@ link_directories( tde_add_kpart( twin3_deKorator AUTOMOC SOURCES - deKoratorclient.cc + deKoratorclient.cpp shadow.cpp LINK tdecore-shared diff --git a/client/config/CMakeLists.txt b/client/config/CMakeLists.txt index e88c378..c303eb4 100644 --- a/client/config/CMakeLists.txt +++ b/client/config/CMakeLists.txt @@ -17,7 +17,7 @@ link_directories( tde_add_kpart( twin_deKorator_config AUTOMOC SOURCES - deKoratorconfig.cc + deKoratorconfig.cpp configdialog.ui themes.cpp LINK diff --git a/client/config/deKoratorconfig.cc b/client/config/deKoratorconfig.cpp similarity index 100% rename from client/config/deKoratorconfig.cc rename to client/config/deKoratorconfig.cpp diff --git a/client/config/themes.moc.cc b/client/config/themes.moc.cpp similarity index 100% rename from client/config/themes.moc.cc rename to client/config/themes.moc.cpp diff --git a/client/deKoratorclient.cc b/client/deKoratorclient.cpp similarity index 100% rename from client/deKoratorclient.cc rename to client/deKoratorclient.cpp diff --git a/client/themes.moc.cc b/client/themes.moc.cpp similarity index 100% rename from client/themes.moc.cc rename to client/themes.moc.cpp