diff options
author | Michele Calgaro <[email protected]> | 2021-05-23 20:48:35 +0900 |
---|---|---|
committer | Michele Calgaro <[email protected]> | 2021-05-29 15:16:28 +0900 |
commit | 8b78a8791bc539bcffe7159f9d9714d577cb3d7d (patch) | |
tree | 1328291f966f19a22d7b13657d3f01a588eb1083 /chalk/plugins/tools/selectiontools | |
parent | 95834e2bdc5e01ae1bd21ac0dfa4fa1d2417fae9 (diff) | |
download | koffice-8b78a8791bc539bcffe7159f9d9714d577cb3d7d.tar.gz koffice-8b78a8791bc539bcffe7159f9d9714d577cb3d7d.zip |
Renaming of files in preparation for code style tools.
Signed-off-by: Michele Calgaro <[email protected]>
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 febfd514..0f1b8474 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 a1f0902f..a1f0902f 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 acc90362..ba80434f 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 <[email protected]> * diff --git a/chalk/plugins/tools/selectiontools/kis_tool_select_contiguous.cc b/chalk/plugins/tools/selectiontools/kis_tool_select_contiguous.cpp index 1a4932b7..1a4932b7 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 def162ef..f85da332 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 ([email protected]) * diff --git a/chalk/plugins/tools/selectiontools/kis_tool_select_eraser.cc b/chalk/plugins/tools/selectiontools/kis_tool_select_eraser.cpp index af7f8d84..9cfef0a8 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 <[email protected]> * diff --git a/chalk/plugins/tools/selectiontools/kis_tool_select_outline.cc b/chalk/plugins/tools/selectiontools/kis_tool_select_outline.cpp index 7f526736..7f526736 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 8d89eea2..8d89eea2 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 09d33866..5a6772ba 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 <[email protected]> * 2001 John Califf <[email protected]> diff --git a/chalk/plugins/tools/selectiontools/selection_tools.cc b/chalk/plugins/tools/selectiontools/selection_tools.cpp index 8407a076..f34a3b34 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 ([email protected]) * |