diff options
Diffstat (limited to 'kspread/DESIGN.html')
-rw-r--r-- | kspread/DESIGN.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/kspread/DESIGN.html b/kspread/DESIGN.html index 0bfb8a3b..31059876 100644 --- a/kspread/DESIGN.html +++ b/kspread/DESIGN.html @@ -730,7 +730,7 @@ because of the term <i>Tabelle</i> (German, literally means table). The correct term is <i>sheet</i> or <i>worksheet</i>. The English version of Microsoft uses <i>sheet</i> while the German version uses <i>Tabelle</i>.</p> -<p>Use <a href="http://developer.kde.org/documentation/library/kdeqt/kde3arch/devel-binarycompatibility.htm">d-pointer</a> trick (also known pimpl) whenever possible. Such practice will help when later on +<p>Use <a href="http://developer.kde.org/documentation/library/kdeqt/trinityarch/devel-binarycompatibility.htm">d-pointer</a> trick (also known pimpl) whenever possible. Such practice will help when later on we want to expose the API and need to maintain binary compatibility. But the most important thing is to separate the interface and the implementation. Furthermore, build time is reduced since modification on the implementation |