summaryrefslogtreecommitdiffstats
path: root/kig/modes/Makefile.am
diff options
context:
space:
mode:
authorMichele Calgaro <michele.calgaro@yahoo.it>2020-12-11 21:51:45 +0900
committerMichele Calgaro <michele.calgaro@yahoo.it>2020-12-11 21:55:45 +0900
commita3dcc6228458572e91916d3e837bc1c06c55cb0a (patch)
tree9c7d61125a4f4b90ade1df2aa8368936750516d6 /kig/modes/Makefile.am
parent5b6bbcf2b60f26a670df462e02643fde115ea49d (diff)
downloadtdeedu-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.am24
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