summaryrefslogtreecommitdiffstats
path: root/chalk/plugins/viewplugins/histogram
diff options
context:
space:
mode:
authorMichele Calgaro <michele.calgaro@yahoo.it>2021-05-23 20:48:35 +0900
committerMichele Calgaro <michele.calgaro@yahoo.it>2021-05-29 15:17:38 +0900
commitd63c9d696eb6e2539528b99afc21f4086c9defe3 (patch)
treeb3bfc97a66431a12cdd8f9379c0072673ede43df /chalk/plugins/viewplugins/histogram
parent5363fe3c36504c37bdc6dcfafd5f71daeae251e8 (diff)
downloadkoffice-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/histogram')
-rw-r--r--chalk/plugins/viewplugins/histogram/Makefile.am2
-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 31a044eb0..b2ec010d4 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