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/plugins/viewplugins/histogram | |
| 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/plugins/viewplugins/histogram')
| -rw-r--r-- | chalk/plugins/viewplugins/histogram/Makefile.am | 2 | ||||
| -rw-r--r-- | chalk/plugins/viewplugins/histogram/dlg_histogram.cpp (renamed from chalk/plugins/viewplugins/histogram/dlg_histogram.cc) | 2 | ||||
| -rw-r--r-- | chalk/plugins/viewplugins/histogram/histogram.cpp (renamed from chalk/plugins/viewplugins/histogram/histogram.cc) | 0 | ||||
| -rw-r--r-- | chalk/plugins/viewplugins/histogram/kis_histogram_widget.cpp (renamed from chalk/plugins/viewplugins/histogram/kis_histogram_widget.cc) | 0 |
4 files changed, 2 insertions, 2 deletions
diff --git a/chalk/plugins/viewplugins/histogram/Makefile.am b/chalk/plugins/viewplugins/histogram/Makefile.am index f5f8db376..9afb9726c 100644 --- a/chalk/plugins/viewplugins/histogram/Makefile.am +++ b/chalk/plugins/viewplugins/histogram/Makefile.am @@ -13,7 +13,7 @@ INCLUDES = -I$(srcdir)/../../../sdk \ kde_module_LTLIBRARIES = chalkhistogram.la -chalkhistogram_la_SOURCES = histogram.cc dlg_histogram.cc wdghistogram.ui kis_histogram_widget.cc +chalkhistogram_la_SOURCES = histogram.cpp dlg_histogram.cpp wdghistogram.ui kis_histogram_widget.cpp noinst_HEADERS = dlg_histogram.h histogram.h wdghistogram.h kis_histogram_widget.h kde_services_DATA = chalkhistogram.desktop diff --git a/chalk/plugins/viewplugins/histogram/dlg_histogram.cc b/chalk/plugins/viewplugins/histogram/dlg_histogram.cpp index 448a58cfc..77ad06686 100644 --- a/chalk/plugins/viewplugins/histogram/dlg_histogram.cc +++ b/chalk/plugins/viewplugins/histogram/dlg_histogram.cpp @@ -1,5 +1,5 @@ /* - * dlg_histogram.cc - part of KimageShop^WKrayon^WChalk + * dlg_histogram.cpp - part of KimageShop^WKrayon^WChalk * * Copyright (c) 2004 Boudewijn Rempt <boud@valdyas.org> * diff --git a/chalk/plugins/viewplugins/histogram/histogram.cc b/chalk/plugins/viewplugins/histogram/histogram.cpp index 8252a98db..8252a98db 100644 --- a/chalk/plugins/viewplugins/histogram/histogram.cc +++ b/chalk/plugins/viewplugins/histogram/histogram.cpp diff --git a/chalk/plugins/viewplugins/histogram/kis_histogram_widget.cc b/chalk/plugins/viewplugins/histogram/kis_histogram_widget.cpp index c49838706..c49838706 100644 --- a/chalk/plugins/viewplugins/histogram/kis_histogram_widget.cc +++ b/chalk/plugins/viewplugins/histogram/kis_histogram_widget.cpp |
