diff options
author | Michele Calgaro <michele.calgaro@yahoo.it> | 2018-09-28 14:42:38 +0900 |
---|---|---|
committer | Michele Calgaro <michele.calgaro@yahoo.it> | 2018-09-28 14:42:38 +0900 |
commit | 8d07cff840132b2bb8e6f3cb28dbae5001708509 (patch) | |
tree | ba63bbd6c1311fb183cf33cc1577b99e74a1d9e4 /tdehtml/DESIGN.html | |
parent | a97b283fd5b28da5d059f5d0b614589041a7ad8c (diff) | |
download | tdelibs-8d07cff840132b2bb8e6f3cb28dbae5001708509.tar.gz tdelibs-8d07cff840132b2bb8e6f3cb28dbae5001708509.zip |
qt -> tqt conversion:
kdeqt -> kdetqt
qtkde -> tqtkde
qtdesigner -> tqtdesigner
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
Diffstat (limited to 'tdehtml/DESIGN.html')
-rw-r--r-- | tdehtml/DESIGN.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tdehtml/DESIGN.html b/tdehtml/DESIGN.html index 3907a56d0..e59059bc8 100644 --- a/tdehtml/DESIGN.html +++ b/tdehtml/DESIGN.html @@ -174,7 +174,7 @@ not be seen from the outside for various reasons (make implementation of shared or to reduce memory consumption). <p> In C++, you can access the whole DOM tree from outside TDEHTML by using the interface classes. -For a description see the <a href="http://developer.kde.org/documentation/library/kdeqt/trinityarch/tdehtml/index.html">introduction to tdehtml</a> on <a href="http://developer.kde.org/">developer.kde.org</a>. +For a description see the <a href="http://developer.kde.org/documentation/library/kdetqt/trinityarch/tdehtml/index.html">introduction to tdehtml</a> on <a href="http://developer.kde.org/">developer.kde.org</a>. One thing that has been omitted in the discussion above is the style sheet defined inside the <code><style></code> element (as an example of a style sheet) and the image element |