summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichele Calgaro <michele.calgaro@yahoo.it>2018-09-28 14:43:07 +0900
committerMichele Calgaro <michele.calgaro@yahoo.it>2018-09-28 14:43:07 +0900
commit406bc2a9ec700970c57c5063ec4645e9576bc335 (patch)
treebc2d2c65fda08bcdb0b0ad906750264b29b03e1a
parent93889a76c492ac0f3af70f25d7eedbc48fc2c041 (diff)
downloadkoffice-406bc2a9.tar.gz
koffice-406bc2a9.zip
qt -> tqt conversion:
kdeqt -> kdetqt qtkde -> tqtkde qtdesigner -> tqtdesigner Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
-rw-r--r--kspread/DESIGN.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/kspread/DESIGN.html b/kspread/DESIGN.html
index 3c43a860c..3cd509e21 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