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 20:15:41 +0900 |
| commit | e26dfc7231f9853935c9d392041a9bdc578f8013 (patch) | |
| tree | 82429334cf31b0cf1bf121222d8349447f901446 /conduits/malconduit | |
| parent | 6dcc291edfdc3832f6e1eb8bcdce8fff79b0a449 (diff) | |
| download | kpilot-e26dfc72.tar.gz kpilot-e26dfc72.zip | |
Renaming of files in preparation for code style tools.
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
(cherry picked from commit 66abbed5e08370412b81be1628590898ceeeb604)
Diffstat (limited to 'conduits/malconduit')
| -rw-r--r-- | conduits/malconduit/CMakeLists.txt | 2 | ||||
| -rw-r--r-- | conduits/malconduit/Makefile.am | 2 | ||||
| -rw-r--r-- | conduits/malconduit/mal-conduit.cpp (renamed from conduits/malconduit/mal-conduit.cc) | 0 | ||||
| -rw-r--r-- | conduits/malconduit/mal-factory.cpp (renamed from conduits/malconduit/mal-factory.cc) | 2 | ||||
| -rw-r--r-- | conduits/malconduit/mal-setup.cpp (renamed from conduits/malconduit/mal-setup.cc) | 2 |
5 files changed, 4 insertions, 4 deletions
diff --git a/conduits/malconduit/CMakeLists.txt b/conduits/malconduit/CMakeLists.txt index a6ff252..781f4a4 100644 --- a/conduits/malconduit/CMakeLists.txt +++ b/conduits/malconduit/CMakeLists.txt @@ -17,7 +17,7 @@ link_directories( tde_add_kpart( conduit_mal AUTOMOC SOURCES malconduitSettings.kcfgc mal-setup_dialog.ui - mal-factory.cc mal-setup.cc mal-conduit.cc + mal-factory.cpp mal-setup.cpp mal-conduit.cpp LINK kpilot-shared tdeui-shared DESTINATION ${PLUGIN_INSTALL_DIR} ) diff --git a/conduits/malconduit/Makefile.am b/conduits/malconduit/Makefile.am index 2a46ce8..427336b 100644 --- a/conduits/malconduit/Makefile.am +++ b/conduits/malconduit/Makefile.am @@ -12,7 +12,7 @@ kde_kcfg_DATA = malconduit.kcfg kde_module_LTLIBRARIES = conduit_mal.la -conduit_mal_la_SOURCES = malconduitSettings.kcfgc mal-setup_dialog.ui mal-factory.cc mal-setup.cc mal-conduit.cc +conduit_mal_la_SOURCES = malconduitSettings.kcfgc mal-setup_dialog.ui mal-factory.cpp mal-setup.cpp mal-conduit.cpp conduit_mal_la_LDFLAGS = -module $(KDE_PLUGIN) $(all_libraries) $(PISOCK_LIB) $(LIB_QT) -ltdecore -ltdeio -ltdeui conduit_mal_la_LIBADD = ../../lib/libkpilot.la $(MAL_LIB) $(LIB_TDEUI) diff --git a/conduits/malconduit/mal-conduit.cc b/conduits/malconduit/mal-conduit.cpp index cddf09f..cddf09f 100644 --- a/conduits/malconduit/mal-conduit.cc +++ b/conduits/malconduit/mal-conduit.cpp diff --git a/conduits/malconduit/mal-factory.cc b/conduits/malconduit/mal-factory.cpp index f411e94..35bf5d5 100644 --- a/conduits/malconduit/mal-factory.cc +++ b/conduits/malconduit/mal-factory.cpp @@ -1,4 +1,4 @@ -/* Time-factory.cc KPilot +/* Time-factory.cpp KPilot ** ** Copyright (C) 2002 by Reinhold Kainhofer ** diff --git a/conduits/malconduit/mal-setup.cc b/conduits/malconduit/mal-setup.cpp index e853367..7cc84d4 100644 --- a/conduits/malconduit/mal-setup.cc +++ b/conduits/malconduit/mal-setup.cpp @@ -1,4 +1,4 @@ -/* MAL-setup.cc KPilot +/* MAL-setup.cpp KPilot ** ** Copyright (C) 2002 by Reinhold Kainhofer ** |
