summaryrefslogtreecommitdiffstats
path: root/chalk/plugins/viewplugins/histogram
diff options
context:
space:
mode:
authorMichele Calgaro <[email protected]>2021-05-23 20:48:35 +0900
committerMichele Calgaro <[email protected]>2021-05-29 15:16:28 +0900
commit8b78a8791bc539bcffe7159f9d9714d577cb3d7d (patch)
tree1328291f966f19a22d7b13657d3f01a588eb1083 /chalk/plugins/viewplugins/histogram
parent95834e2bdc5e01ae1bd21ac0dfa4fa1d2417fae9 (diff)
downloadkoffice-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/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 f5f8db37..9afb9726 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 448a58cf..77ad0668 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 <[email protected]>
*
diff --git a/chalk/plugins/viewplugins/histogram/histogram.cc b/chalk/plugins/viewplugins/histogram/histogram.cpp
index 8252a98d..8252a98d 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 c4983870..c4983870 100644
--- a/chalk/plugins/viewplugins/histogram/kis_histogram_widget.cc
+++ b/chalk/plugins/viewplugins/histogram/kis_histogram_widget.cpp