diff options
author | Michele Calgaro <michele.calgaro@yahoo.it> | 2021-05-29 19:05:31 +0900 |
---|---|---|
committer | Michele Calgaro <michele.calgaro@yahoo.it> | 2021-05-29 19:31:17 +0900 |
commit | 66abbed5e08370412b81be1628590898ceeeb604 (patch) | |
tree | b31703c326b690ad90f926f97ce0e92e70bf7cdd /conduits/knotes | |
parent | 51b78ed87ec5219dc0413aa86132f16cb0a8cab1 (diff) | |
download | kpilot-66abbed5e08370412b81be1628590898ceeeb604.tar.gz kpilot-66abbed5e08370412b81be1628590898ceeeb604.zip |
Renaming of files in preparation for code style tools.
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
Diffstat (limited to 'conduits/knotes')
-rw-r--r-- | conduits/knotes/CMakeLists.txt | 4 | ||||
-rw-r--r-- | conduits/knotes/Makefile.am | 6 | ||||
-rw-r--r-- | conduits/knotes/knotes-action.cpp (renamed from conduits/knotes/knotes-action.cc) | 0 | ||||
-rw-r--r-- | conduits/knotes/knotes-factory.cpp (renamed from conduits/knotes/knotes-factory.cc) | 0 | ||||
-rw-r--r-- | conduits/knotes/knotes-setup.cpp (renamed from conduits/knotes/knotes-setup.cc) | 0 |
5 files changed, 5 insertions, 5 deletions
diff --git a/conduits/knotes/CMakeLists.txt b/conduits/knotes/CMakeLists.txt index 60941a0..cdeaff6 100644 --- a/conduits/knotes/CMakeLists.txt +++ b/conduits/knotes/CMakeLists.txt @@ -20,8 +20,8 @@ tde_import( libkcal ) ##### conduit_knotes (kpart) #################### tde_add_kpart( conduit_knotes AUTOMOC - SOURCES knotesconduitSettings.kcfgc knotes-factory.cc - knotes-setup.cc knotes-action.cc setup_base.ui + SOURCES knotesconduitSettings.kcfgc knotes-factory.cpp + knotes-setup.cpp knotes-action.cpp setup_base.ui LINK kpilot-shared tdeui-shared kcal-shared DESTINATION ${PLUGIN_INSTALL_DIR} ) diff --git a/conduits/knotes/Makefile.am b/conduits/knotes/Makefile.am index 9922d14..e6cf13b 100644 --- a/conduits/knotes/Makefile.am +++ b/conduits/knotes/Makefile.am @@ -10,9 +10,9 @@ kde_module_LTLIBRARIES = conduit_knotes.la conduit_knotes_la_SOURCES = \ knotesconduitSettings.kcfgc \ - knotes-factory.cc \ - knotes-setup.cc \ - knotes-action.cc \ + knotes-factory.cpp \ + knotes-setup.cpp \ + knotes-action.cpp \ setup_base.ui conduit_knotes_la_LDFLAGS = -module $(KDE_PLUGIN) $(all_libraries) $(PISOCK_LIB) $(LIB_TQT) -ltdecore -ltdeio -ltdeui -lkcal diff --git a/conduits/knotes/knotes-action.cc b/conduits/knotes/knotes-action.cpp index 84fe5cc..84fe5cc 100644 --- a/conduits/knotes/knotes-action.cc +++ b/conduits/knotes/knotes-action.cpp diff --git a/conduits/knotes/knotes-factory.cc b/conduits/knotes/knotes-factory.cpp index 2719f32..2719f32 100644 --- a/conduits/knotes/knotes-factory.cc +++ b/conduits/knotes/knotes-factory.cpp diff --git a/conduits/knotes/knotes-setup.cc b/conduits/knotes/knotes-setup.cpp index 0bdf41a..0bdf41a 100644 --- a/conduits/knotes/knotes-setup.cc +++ b/conduits/knotes/knotes-setup.cpp |