diff options
author | Michele Calgaro <michele.calgaro@yahoo.it> | 2024-06-08 14:55:59 +0900 |
---|---|---|
committer | Michele Calgaro <michele.calgaro@yahoo.it> | 2024-06-12 19:18:49 +0900 |
commit | ccbc1c3572fd0e26480c1432fff55d2909545538 (patch) | |
tree | 2bdcb0d8d91d9fc3fbfc476fa6f31b9e25a9ad49 /doc/html/emb-performance.html | |
parent | 0cf411b09cf5d8970b873a338a69eae98d5ce5d8 (diff) | |
download | tqt-ccbc1c35.tar.gz tqt-ccbc1c35.zip |
Rename icon nt* related files to equivalent tq*
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
Diffstat (limited to 'doc/html/emb-performance.html')
-rw-r--r-- | doc/html/emb-performance.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/html/emb-performance.html b/doc/html/emb-performance.html index ba9c60d74..9aa59f5d7 100644 --- a/doc/html/emb-performance.html +++ b/doc/html/emb-performance.html @@ -75,7 +75,7 @@ you run configure. <p> To build your application suite as an all-in-one application, design each application as a stand-alone widget or set of widgets, with only minimal code in the main() function. Then, write an application that gives -some way to switch between the applications (e.g. a <a href="ntqiconview.html">TQIconView</a>). +some way to switch between the applications (e.g. a <a href="tqiconview.html">TQIconView</a>). <a href="http://www.trolltech.com/products/qtopia/index.html">TQtopia</a> is an example of this. It can be built either as a set of dynamically linked executables, or as a single static application. <p> Note that you should generally still link dynamically against the |