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/viewplugins/colorspaceconversion | |
| 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/viewplugins/colorspaceconversion')
| -rw-r--r-- | chalk/plugins/viewplugins/colorspaceconversion/Makefile.am | 2 | ||||
| -rw-r--r-- | chalk/plugins/viewplugins/colorspaceconversion/colorspaceconversion.cpp (renamed from chalk/plugins/viewplugins/colorspaceconversion/colorspaceconversion.cc) | 2 | ||||
| -rw-r--r-- | chalk/plugins/viewplugins/colorspaceconversion/dlg_colorspaceconversion.cpp (renamed from chalk/plugins/viewplugins/colorspaceconversion/dlg_colorspaceconversion.cc) | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/chalk/plugins/viewplugins/colorspaceconversion/Makefile.am b/chalk/plugins/viewplugins/colorspaceconversion/Makefile.am index 00f93d3c5..237801063 100644 --- a/chalk/plugins/viewplugins/colorspaceconversion/Makefile.am +++ b/chalk/plugins/viewplugins/colorspaceconversion/Makefile.am @@ -14,7 +14,7 @@ INCLUDES = -I$(srcdir)/../../../sdk \ kde_module_LTLIBRARIES = chalkcolorspaceconversion.la -chalkcolorspaceconversion_la_SOURCES = wdgconvertcolorspace.ui colorspaceconversion.cc dlg_colorspaceconversion.cc +chalkcolorspaceconversion_la_SOURCES = wdgconvertcolorspace.ui colorspaceconversion.cpp dlg_colorspaceconversion.cpp noinst_HEADERS = wdgconvertcolorspace.h dlg_colorspaceconversion.h colorspaceconversion.h chalkcolorspaceconversion_la_LDFLAGS = $(all_libraries) -module $(KDE_PLUGIN) $(LIB_QT) -ltdecore -ltdeui -lkjs -ltdefx -ltdeio -ltdeparts diff --git a/chalk/plugins/viewplugins/colorspaceconversion/colorspaceconversion.cc b/chalk/plugins/viewplugins/colorspaceconversion/colorspaceconversion.cpp index d956ee460..377f0569d 100644 --- a/chalk/plugins/viewplugins/colorspaceconversion/colorspaceconversion.cc +++ b/chalk/plugins/viewplugins/colorspaceconversion/colorspaceconversion.cpp @@ -1,5 +1,5 @@ /* - * colorspaceconversion.cc -- Part of Chalk + * colorspaceconversion.cpp -- Part of Chalk * * Copyright (c) 2004 Boudewijn Rempt (boud@valdyas.org) * diff --git a/chalk/plugins/viewplugins/colorspaceconversion/dlg_colorspaceconversion.cc b/chalk/plugins/viewplugins/colorspaceconversion/dlg_colorspaceconversion.cpp index 8159ad73f..259c6f470 100644 --- a/chalk/plugins/viewplugins/colorspaceconversion/dlg_colorspaceconversion.cc +++ b/chalk/plugins/viewplugins/colorspaceconversion/dlg_colorspaceconversion.cpp @@ -1,5 +1,5 @@ /* - * dlg_colorspaceconversion.cc - part of KimageShop^WKrayon^WChalk + * dlg_colorspaceconversion.cpp - part of KimageShop^WKrayon^WChalk * * Copyright (c) 2004 Boudewijn Rempt <boud@valdyas.org> * |
