summaryrefslogtreecommitdiffstats
path: root/chalk/plugins/tools/tool_polygon
diff options
context:
space:
mode:
Diffstat (limited to 'chalk/plugins/tools/tool_polygon')
-rw-r--r--chalk/plugins/tools/tool_polygon/Makefile.am4
-rw-r--r--chalk/plugins/tools/tool_polygon/kis_tool_polygon.cpp (renamed from chalk/plugins/tools/tool_polygon/kis_tool_polygon.cc)2
-rw-r--r--chalk/plugins/tools/tool_polygon/tool_polygon.cpp (renamed from chalk/plugins/tools/tool_polygon/tool_polygon.cc)2
3 files changed, 4 insertions, 4 deletions
diff --git a/chalk/plugins/tools/tool_polygon/Makefile.am b/chalk/plugins/tools/tool_polygon/Makefile.am
index ad69e2cc2..f9b640946 100644
--- a/chalk/plugins/tools/tool_polygon/Makefile.am
+++ b/chalk/plugins/tools/tool_polygon/Makefile.am
@@ -10,8 +10,8 @@ INCLUDES = -I$(srcdir)/../../../sdk \
$(all_includes)
chalktoolpolygon_la_SOURCES = \
- tool_polygon.cc \
- kis_tool_polygon.cc
+ tool_polygon.cpp \
+ kis_tool_polygon.cpp
# Install this plugin in the KDE modules directory
kde_module_LTLIBRARIES = chalktoolpolygon.la
diff --git a/chalk/plugins/tools/tool_polygon/kis_tool_polygon.cc b/chalk/plugins/tools/tool_polygon/kis_tool_polygon.cpp
index a7371e49f..601fc6907 100644
--- a/chalk/plugins/tools/tool_polygon/kis_tool_polygon.cc
+++ b/chalk/plugins/tools/tool_polygon/kis_tool_polygon.cpp
@@ -1,5 +1,5 @@
/*
- * kis_tool_polygon.cc -- part of Chalk
+ * kis_tool_polygon.cpp -- part of Chalk
*
* Copyright (c) 2004 Michael Thaler <michael.thaler@physik.tu-muenchen.de>
*
diff --git a/chalk/plugins/tools/tool_polygon/tool_polygon.cc b/chalk/plugins/tools/tool_polygon/tool_polygon.cpp
index 626a773d3..f903551fb 100644
--- a/chalk/plugins/tools/tool_polygon/tool_polygon.cc
+++ b/chalk/plugins/tools/tool_polygon/tool_polygon.cpp
@@ -1,5 +1,5 @@
/*
- * tool_polygon.cc -- Part of Chalk
+ * tool_polygon.cpp -- Part of Chalk
*
* Copyright (c) 2004 Michael Thaler <michael.thaler@physik.tu-muenchen.de>
*