diff options
author | Michele Calgaro <michele.calgaro@yahoo.it> | 2021-05-23 20:48:35 +0900 |
---|---|---|
committer | Michele Calgaro <michele.calgaro@yahoo.it> | 2021-05-29 15:17:38 +0900 |
commit | d63c9d696eb6e2539528b99afc21f4086c9defe3 (patch) | |
tree | b3bfc97a66431a12cdd8f9379c0072673ede43df /chalk/plugins/tools/selectiontools | |
parent | 5363fe3c36504c37bdc6dcfafd5f71daeae251e8 (diff) | |
download | koffice-d63c9d69.tar.gz koffice-d63c9d69.zip |
Renaming of files in preparation for code style tools.
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
(cherry picked from commit 8b78a8791bc539bcffe7159f9d9714d577cb3d7d)
Diffstat (limited to 'chalk/plugins/tools/selectiontools')
-rw-r--r-- | chalk/plugins/tools/selectiontools/Makefile.am | 8 | ||||
-rw-r--r-- | chalk/plugins/tools/selectiontools/kis_tool_move_selection.cpp (renamed from chalk/plugins/tools/selectiontools/kis_tool_move_selection.cc) | 0 | ||||
-rw-r--r-- | chalk/plugins/tools/selectiontools/kis_tool_select_brush.cpp (renamed from chalk/plugins/tools/selectiontools/kis_tool_select_brush.cc) | 2 | ||||
-rw-r--r-- | chalk/plugins/tools/selectiontools/kis_tool_select_contiguous.cpp (renamed from chalk/plugins/tools/selectiontools/kis_tool_select_contiguous.cc) | 0 | ||||
-rw-r--r-- | chalk/plugins/tools/selectiontools/kis_tool_select_elliptical.cpp (renamed from chalk/plugins/tools/selectiontools/kis_tool_select_elliptical.cc) | 2 | ||||
-rw-r--r-- | chalk/plugins/tools/selectiontools/kis_tool_select_eraser.cpp (renamed from chalk/plugins/tools/selectiontools/kis_tool_select_eraser.cc) | 2 | ||||
-rw-r--r-- | chalk/plugins/tools/selectiontools/kis_tool_select_outline.cpp (renamed from chalk/plugins/tools/selectiontools/kis_tool_select_outline.cc) | 0 | ||||
-rw-r--r-- | chalk/plugins/tools/selectiontools/kis_tool_select_polygonal.cpp (renamed from chalk/plugins/tools/selectiontools/kis_tool_select_polygonal.cc) | 0 | ||||
-rw-r--r-- | chalk/plugins/tools/selectiontools/kis_tool_select_rectangular.cpp (renamed from chalk/plugins/tools/selectiontools/kis_tool_select_rectangular.cc) | 2 | ||||
-rw-r--r-- | chalk/plugins/tools/selectiontools/selection_tools.cpp (renamed from chalk/plugins/tools/selectiontools/selection_tools.cc) | 2 |
10 files changed, 9 insertions, 9 deletions
diff --git a/chalk/plugins/tools/selectiontools/Makefile.am b/chalk/plugins/tools/selectiontools/Makefile.am index 49d3f5711..6c4768716 100644 --- a/chalk/plugins/tools/selectiontools/Makefile.am +++ b/chalk/plugins/tools/selectiontools/Makefile.am @@ -9,10 +9,10 @@ INCLUDES = -I$(srcdir)/../../../sdk \ $(KOFFICE_INCLUDES) \ $(all_includes) -chalkselectiontools_la_SOURCES = kis_tool_move_selection.cc \ - kis_tool_select_brush.cc kis_tool_select_contiguous.cc kis_tool_select_elliptical.cc \ - kis_tool_select_eraser.cc kis_tool_select_outline.cc kis_tool_select_polygonal.cc \ - kis_tool_select_rectangular.cc selection_tools.cc +chalkselectiontools_la_SOURCES = kis_tool_move_selection.cpp \ + kis_tool_select_brush.cpp kis_tool_select_contiguous.cpp kis_tool_select_elliptical.cpp \ + kis_tool_select_eraser.cpp kis_tool_select_outline.cpp kis_tool_select_polygonal.cpp \ + kis_tool_select_rectangular.cpp selection_tools.cpp # Install this plugin in the KDE modules directory kde_module_LTLIBRARIES = chalkselectiontools.la diff --git a/chalk/plugins/tools/selectiontools/kis_tool_move_selection.cc b/chalk/plugins/tools/selectiontools/kis_tool_move_selection.cpp index a1f0902f4..a1f0902f4 100644 --- a/chalk/plugins/tools/selectiontools/kis_tool_move_selection.cc +++ b/chalk/plugins/tools/selectiontools/kis_tool_move_selection.cpp diff --git a/chalk/plugins/tools/selectiontools/kis_tool_select_brush.cc b/chalk/plugins/tools/selectiontools/kis_tool_select_brush.cpp index acc903620..ba80434f3 100644 --- a/chalk/plugins/tools/selectiontools/kis_tool_select_brush.cc +++ b/chalk/plugins/tools/selectiontools/kis_tool_select_brush.cpp @@ -1,5 +1,5 @@ /* - * kis_tool_select_brush.cc - part of Chalk + * kis_tool_select_brush.cpp - part of Chalk * * Copyright (c) 2004 Boudewijn Rempt <boud@valdyas.org> * diff --git a/chalk/plugins/tools/selectiontools/kis_tool_select_contiguous.cc b/chalk/plugins/tools/selectiontools/kis_tool_select_contiguous.cpp index 1a4932b75..1a4932b75 100644 --- a/chalk/plugins/tools/selectiontools/kis_tool_select_contiguous.cc +++ b/chalk/plugins/tools/selectiontools/kis_tool_select_contiguous.cpp diff --git a/chalk/plugins/tools/selectiontools/kis_tool_select_elliptical.cc b/chalk/plugins/tools/selectiontools/kis_tool_select_elliptical.cpp index def162ef4..f85da3327 100644 --- a/chalk/plugins/tools/selectiontools/kis_tool_select_elliptical.cc +++ b/chalk/plugins/tools/selectiontools/kis_tool_select_elliptical.cpp @@ -1,5 +1,5 @@ /* - * kis_tool_select_elliptical.cc -- part of Chalk + * kis_tool_select_elliptical.cpp -- part of Chalk * * Copyright (c) 2004 Boudewijn Rempt (boud@valdyas.org) * diff --git a/chalk/plugins/tools/selectiontools/kis_tool_select_eraser.cc b/chalk/plugins/tools/selectiontools/kis_tool_select_eraser.cpp index af7f8d84a..9cfef0a80 100644 --- a/chalk/plugins/tools/selectiontools/kis_tool_select_eraser.cc +++ b/chalk/plugins/tools/selectiontools/kis_tool_select_eraser.cpp @@ -1,5 +1,5 @@ /* - * kis_tool_select_brush.cc - part of Chalk + * kis_tool_select_brush.cpp - part of Chalk * * Copyright (c) 2004 Boudewijn Rempt <boud@valdyas.org> * diff --git a/chalk/plugins/tools/selectiontools/kis_tool_select_outline.cc b/chalk/plugins/tools/selectiontools/kis_tool_select_outline.cpp index 7f5267366..7f5267366 100644 --- a/chalk/plugins/tools/selectiontools/kis_tool_select_outline.cc +++ b/chalk/plugins/tools/selectiontools/kis_tool_select_outline.cpp diff --git a/chalk/plugins/tools/selectiontools/kis_tool_select_polygonal.cc b/chalk/plugins/tools/selectiontools/kis_tool_select_polygonal.cpp index 8d89eea2f..8d89eea2f 100644 --- a/chalk/plugins/tools/selectiontools/kis_tool_select_polygonal.cc +++ b/chalk/plugins/tools/selectiontools/kis_tool_select_polygonal.cpp diff --git a/chalk/plugins/tools/selectiontools/kis_tool_select_rectangular.cc b/chalk/plugins/tools/selectiontools/kis_tool_select_rectangular.cpp index 09d338663..5a6772bac 100644 --- a/chalk/plugins/tools/selectiontools/kis_tool_select_rectangular.cc +++ b/chalk/plugins/tools/selectiontools/kis_tool_select_rectangular.cpp @@ -1,6 +1,6 @@ /* - * kis_tool_select_rectangular.cc -- part of Chalk + * kis_tool_select_rectangular.cpp -- part of Chalk * * Copyright (c) 1999 Michael Koch <koch@kde.org> * 2001 John Califf <jcaliff@compuzone.net> diff --git a/chalk/plugins/tools/selectiontools/selection_tools.cc b/chalk/plugins/tools/selectiontools/selection_tools.cpp index 8407a076e..f34a3b34c 100644 --- a/chalk/plugins/tools/selectiontools/selection_tools.cc +++ b/chalk/plugins/tools/selectiontools/selection_tools.cpp @@ -1,5 +1,5 @@ /* - * selection_tools.cc -- Part of Chalk + * selection_tools.cpp -- Part of Chalk * * Copyright (c) 2004 Boudewijn Rempt (boud@valdyas.org) * |