summaryrefslogtreecommitdiffstats
path: root/kspread/DESIGN.html
diff options
context:
space:
mode:
Diffstat (limited to 'kspread/DESIGN.html')
-rw-r--r--kspread/DESIGN.html6
1 files changed, 3 insertions, 3 deletions
diff --git a/kspread/DESIGN.html b/kspread/DESIGN.html
index 3cd509e21..f1aef8cf3 100644
--- a/kspread/DESIGN.html
+++ b/kspread/DESIGN.html
@@ -684,7 +684,7 @@ existing tester and modify it. Basically, it must be a subclass of class Tester
(see <tt>koffice/kspread/tests/tester.h</tt>). Just reimplement the virtual
function <tt>run()</tt> and it is ready. In order to make it possible to run
the new tester, add an instance of the class in TestRunner
-(for details, see <tt>koffice/kspread/tests/testrunner.cc</tt>).</p>
+(for details, see <tt>koffice/kspread/tests/testrunner.cpp</tt>).</p>
<p>A tester must be self-contained, it should not use any test data from
current document. If necessary, it must create (or hard code) the data by
@@ -739,7 +739,7 @@ would not cause tons of recompile.</p>
<p>When creating a new class, use namespace KSpread. Do not use KSpread prefix
anymore. Example: use <tt>KSpread::Foo</tt> instead of <tt>KSpreadFoo</tt>.
Also source file name should not contain kspread prefix anymore, i.e.
-<tt>foo.h</tt> and <tt>foo.cc</tt> (but not <tt>kspread_foo.h</tt> and
-<tt>kspread_foo.cc</tt>) for the above example.</p>
+<tt>foo.h</tt> and <tt>foo.cpp</tt> (but not <tt>kspread_foo.h</tt> and
+<tt>kspread_foo.cpp</tt>) for the above example.</p>
</body></html>