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/notepadconduit/CMakeLists.txt | |
| 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/notepadconduit/CMakeLists.txt')
| -rw-r--r-- | conduits/notepadconduit/CMakeLists.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/conduits/notepadconduit/CMakeLists.txt b/conduits/notepadconduit/CMakeLists.txt index 6d3ba8c..576ee2e 100644 --- a/conduits/notepadconduit/CMakeLists.txt +++ b/conduits/notepadconduit/CMakeLists.txt @@ -17,7 +17,7 @@ link_directories( tde_add_kpart( conduit_notepad AUTOMOC SOURCES notepadconduit.kcfgc notepad-setup.ui - notepad-conduit.cc notepad-factory.cc + notepad-conduit.cpp notepad-factory.cpp LINK kpilot-shared tdeui-shared tdeio-shared DESTINATION ${PLUGIN_INSTALL_DIR} ) |
