diff options
author | Michele Calgaro <michele.calgaro@yahoo.it> | 2018-09-28 14:43:07 +0900 |
---|---|---|
committer | Michele Calgaro <michele.calgaro@yahoo.it> | 2018-09-28 14:43:07 +0900 |
commit | 406bc2a9ec700970c57c5063ec4645e9576bc335 (patch) | |
tree | bc2d2c65fda08bcdb0b0ad906750264b29b03e1a /kspread | |
parent | 93889a76c492ac0f3af70f25d7eedbc48fc2c041 (diff) | |
download | koffice-406bc2a9ec700970c57c5063ec4645e9576bc335.tar.gz koffice-406bc2a9ec700970c57c5063ec4645e9576bc335.zip |
qt -> tqt conversion:
kdeqt -> kdetqt
qtkde -> tqtkde
qtdesigner -> tqtdesigner
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
Diffstat (limited to 'kspread')
-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 3c43a860..3cd509e2 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/trinityarch/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/kdetqt/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 |