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:16:28 +0900 |
commit | 8b78a8791bc539bcffe7159f9d9714d577cb3d7d (patch) | |
tree | 1328291f966f19a22d7b13657d3f01a588eb1083 /chalk/colorspaces/wetsticky | |
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 <michele.calgaro@yahoo.it>
Diffstat (limited to 'chalk/colorspaces/wetsticky')
-rw-r--r-- | chalk/colorspaces/wetsticky/Makefile.am | 2 | ||||
-rw-r--r-- | chalk/colorspaces/wetsticky/brushop/Makefile.am | 4 | ||||
-rw-r--r-- | chalk/colorspaces/wetsticky/brushop/kis_wsbrushop.cpp (renamed from chalk/colorspaces/wetsticky/brushop/kis_wsbrushop.cc) | 0 | ||||
-rw-r--r-- | chalk/colorspaces/wetsticky/brushop/wsbrushpaintop_plugin.cpp (renamed from chalk/colorspaces/wetsticky/brushop/wsbrushpaintop_plugin.cc) | 2 | ||||
-rw-r--r-- | chalk/colorspaces/wetsticky/kis_wet_sticky_colorspace.cpp (renamed from chalk/colorspaces/wetsticky/kis_wet_sticky_colorspace.cc) | 0 | ||||
-rw-r--r-- | chalk/colorspaces/wetsticky/kis_ws_engine_filter.cpp (renamed from chalk/colorspaces/wetsticky/kis_ws_engine_filter.cc) | 0 | ||||
-rw-r--r-- | chalk/colorspaces/wetsticky/wet_sticky_plugin.cpp (renamed from chalk/colorspaces/wetsticky/wet_sticky_plugin.cc) | 2 |
7 files changed, 5 insertions, 5 deletions
diff --git a/chalk/colorspaces/wetsticky/Makefile.am b/chalk/colorspaces/wetsticky/Makefile.am index 4ade368a..5d4e0289 100644 --- a/chalk/colorspaces/wetsticky/Makefile.am +++ b/chalk/colorspaces/wetsticky/Makefile.am @@ -12,7 +12,7 @@ INCLUDES = -I$(srcdir)/../../sdk \ kde_module_LTLIBRARIES = chalkwsplugin.la -chalkwsplugin_la_SOURCES = wet_sticky_plugin.cc kis_wet_sticky_colorspace.cc kis_ws_engine_filter.cc +chalkwsplugin_la_SOURCES = wet_sticky_plugin.cpp kis_wet_sticky_colorspace.cpp kis_ws_engine_filter.cpp noinst_HEADERS = wet_sticky_plugin.h kis_wet_sticky_colorspace.h kis_ws_engine_filter.h chalkwsplugin_la_LDFLAGS = $(all_libraries) -module $(KDE_PLUGIN) diff --git a/chalk/colorspaces/wetsticky/brushop/Makefile.am b/chalk/colorspaces/wetsticky/brushop/Makefile.am index 8df4d61e..eae064f8 100644 --- a/chalk/colorspaces/wetsticky/brushop/Makefile.am +++ b/chalk/colorspaces/wetsticky/brushop/Makefile.am @@ -13,8 +13,8 @@ INCLUDES = -I$(srcdir)/../../../sdk \ chalkwsbrushpaintop_la_SOURCES = \ - wsbrushpaintop_plugin.cc \ - kis_wsbrushop.cc + wsbrushpaintop_plugin.cpp \ + kis_wsbrushop.cpp noinst_HEADERS= \ wsbrushpaintop_plugin.h \ diff --git a/chalk/colorspaces/wetsticky/brushop/kis_wsbrushop.cc b/chalk/colorspaces/wetsticky/brushop/kis_wsbrushop.cpp index ed828bf5..ed828bf5 100644 --- a/chalk/colorspaces/wetsticky/brushop/kis_wsbrushop.cc +++ b/chalk/colorspaces/wetsticky/brushop/kis_wsbrushop.cpp diff --git a/chalk/colorspaces/wetsticky/brushop/wsbrushpaintop_plugin.cc b/chalk/colorspaces/wetsticky/brushop/wsbrushpaintop_plugin.cpp index 1f141bb4..97c892b2 100644 --- a/chalk/colorspaces/wetsticky/brushop/wsbrushpaintop_plugin.cc +++ b/chalk/colorspaces/wetsticky/brushop/wsbrushpaintop_plugin.cpp @@ -1,5 +1,5 @@ /* - * wsbrushpaintop_plugin.cc -- Part of Chalk + * wsbrushpaintop_plugin.cpp -- Part of Chalk * * Copyright (c) 2005 Boudewijn Rempt (boud@valdyas.org) * diff --git a/chalk/colorspaces/wetsticky/kis_wet_sticky_colorspace.cc b/chalk/colorspaces/wetsticky/kis_wet_sticky_colorspace.cpp index 3e47114a..3e47114a 100644 --- a/chalk/colorspaces/wetsticky/kis_wet_sticky_colorspace.cc +++ b/chalk/colorspaces/wetsticky/kis_wet_sticky_colorspace.cpp diff --git a/chalk/colorspaces/wetsticky/kis_ws_engine_filter.cc b/chalk/colorspaces/wetsticky/kis_ws_engine_filter.cpp index c53f6ea0..c53f6ea0 100644 --- a/chalk/colorspaces/wetsticky/kis_ws_engine_filter.cc +++ b/chalk/colorspaces/wetsticky/kis_ws_engine_filter.cpp diff --git a/chalk/colorspaces/wetsticky/wet_sticky_plugin.cc b/chalk/colorspaces/wetsticky/wet_sticky_plugin.cpp index 76dee20e..e56e4cc8 100644 --- a/chalk/colorspaces/wetsticky/wet_sticky_plugin.cc +++ b/chalk/colorspaces/wetsticky/wet_sticky_plugin.cpp @@ -1,5 +1,5 @@ /* - * wet_sticky_plugin.cc -- Part of Chalk + * wet_sticky_plugin.cpp -- Part of Chalk * * Copyright (c) 2005 Boudewijn Rempt (boud@valdyas.org) * |