diff options
| author | Michele Calgaro <michele.calgaro@yahoo.it> | 2020-12-11 21:51:45 +0900 |
|---|---|---|
| committer | Michele Calgaro <michele.calgaro@yahoo.it> | 2020-12-11 21:55:45 +0900 |
| commit | a3dcc6228458572e91916d3e837bc1c06c55cb0a (patch) | |
| tree | 9c7d61125a4f4b90ade1df2aa8368936750516d6 /kig/modes/Makefile.am | |
| parent | 5b6bbcf2b60f26a670df462e02643fde115ea49d (diff) | |
| download | tdeedu-a3dcc622.tar.gz tdeedu-a3dcc622.zip | |
Renaming of files in preparation for code style tools.
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
(cherry picked from commit 65a9f54e1051ee8ab936975e78dcb7117b265ef5)
Diffstat (limited to 'kig/modes/Makefile.am')
| -rw-r--r-- | kig/modes/Makefile.am | 24 |
1 files changed, 12 insertions, 12 deletions
diff --git a/kig/modes/Makefile.am b/kig/modes/Makefile.am index 5f7518e5..76d3d773 100644 --- a/kig/modes/Makefile.am +++ b/kig/modes/Makefile.am @@ -2,21 +2,21 @@ INCLUDES=$(all_includes) noinst_LTLIBRARIES=libmodes.la libmodes_la_SOURCES= \ - base_mode.cc \ - construct_mode.cc \ - dragrectmode.cc \ - edittype.cc \ + base_mode.cpp \ + construct_mode.cpp \ + dragrectmode.cpp \ + edittype.cpp \ edittypebase.ui \ - label.cc \ + label.cpp \ linkslabel.cpp \ - macro.cc \ - macrowizard.cc \ + macro.cpp \ + macrowizard.cpp \ macrowizardbase.ui \ - mode.cc \ - moving.cc \ - normal.cc \ - popup.cc \ - textlabelwizard.cc \ + mode.cpp \ + moving.cpp \ + normal.cpp \ + popup.cpp \ + textlabelwizard.cpp \ textlabelwizardbase.ui \ typesdialog.cpp \ typesdialogbase.ui |
