diff options
Diffstat (limited to 'doc/artsbuilder/helping.docbook')
-rw-r--r-- | doc/artsbuilder/helping.docbook | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/artsbuilder/helping.docbook b/doc/artsbuilder/helping.docbook index 72b2ff2b..dc635701 100644 --- a/doc/artsbuilder/helping.docbook +++ b/doc/artsbuilder/helping.docbook @@ -224,7 +224,7 @@ written. <para> Source files should have no capitalization in the name. They should have the name of the class when they implement a single class. Their -extension is <literal role="extension">.cc</literal> if they refer to +extension is <literal role="extension">.cpp</literal> if they refer to &Qt;/&GUI; independent code, and <literal role="extension">.cpp</literal> if they refer to &Qt;/&GUI; dependant code. Implementation files for interfaces should be called |