summaryrefslogtreecommitdiffstats
path: root/chalk/plugins/tools/tool_perspectivetransform
diff options
context:
space:
mode:
Diffstat (limited to 'chalk/plugins/tools/tool_perspectivetransform')
-rw-r--r--chalk/plugins/tools/tool_perspectivetransform/Makefile.am4
-rw-r--r--chalk/plugins/tools/tool_perspectivetransform/kis_tool_perspectivetransform.cpp (renamed from chalk/plugins/tools/tool_perspectivetransform/kis_tool_perspectivetransform.cc)2
-rw-r--r--chalk/plugins/tools/tool_perspectivetransform/tool_perspectivetransform.cpp (renamed from chalk/plugins/tools/tool_perspectivetransform/tool_perspectivetransform.cc)2
3 files changed, 4 insertions, 4 deletions
diff --git a/chalk/plugins/tools/tool_perspectivetransform/Makefile.am b/chalk/plugins/tools/tool_perspectivetransform/Makefile.am
index 08c8d707..275f6413 100644
--- a/chalk/plugins/tools/tool_perspectivetransform/Makefile.am
+++ b/chalk/plugins/tools/tool_perspectivetransform/Makefile.am
@@ -10,8 +10,8 @@ INCLUDES = -I$(srcdir)/../../../sdk \
$(all_includes)
chalktoolperspectivetransform_la_SOURCES = \
- tool_perspectivetransform.cc \
- kis_tool_perspectivetransform.cc
+ tool_perspectivetransform.cpp \
+ kis_tool_perspectivetransform.cpp
# Install this plugin in the KDE modules directory
kde_module_LTLIBRARIES = chalktoolperspectivetransform.la
diff --git a/chalk/plugins/tools/tool_perspectivetransform/kis_tool_perspectivetransform.cc b/chalk/plugins/tools/tool_perspectivetransform/kis_tool_perspectivetransform.cpp
index ae334e62..e73f5da3 100644
--- a/chalk/plugins/tools/tool_perspectivetransform/kis_tool_perspectivetransform.cc
+++ b/chalk/plugins/tools/tool_perspectivetransform/kis_tool_perspectivetransform.cpp
@@ -1,5 +1,5 @@
/*
- * kis_tool_transform.cc -- part of Chalk
+ * kis_tool_transform.cpp -- part of Chalk
*
* Copyright (c) 2006 Cyrille Berger <cberger@cberger.net>
*
diff --git a/chalk/plugins/tools/tool_perspectivetransform/tool_perspectivetransform.cc b/chalk/plugins/tools/tool_perspectivetransform/tool_perspectivetransform.cpp
index 0c4023cc..73705264 100644
--- a/chalk/plugins/tools/tool_perspectivetransform/tool_perspectivetransform.cc
+++ b/chalk/plugins/tools/tool_perspectivetransform/tool_perspectivetransform.cpp
@@ -1,5 +1,5 @@
/*
- * tool_perspectivetransform.cc -- Part of Chalk
+ * tool_perspectivetransform.cpp -- Part of Chalk
*
* Copyright (c) 2006 Cyrille Berger <cberger@cberger.net>
*