summaryrefslogtreecommitdiffstats
path: root/doc/html/emb-performance.html
diff options
context:
space:
mode:
authorMichele Calgaro <michele.calgaro@yahoo.it>2024-06-02 23:07:22 +0900
committerMichele Calgaro <michele.calgaro@yahoo.it>2024-06-02 23:22:42 +0900
commit8ac0e970e4464d9f8f73c0fb34a178ff135be8c3 (patch)
treeb95884617b9a37accc843676d5d42be4116a3f54 /doc/html/emb-performance.html
parent68b81013e8668f50fc18b7e26a520ec93a7a1251 (diff)
downloadtqt-8ac0e970.tar.gz
tqt-8ac0e970.zip
Rename ntqwidget* related files to equivalent tqwidget*
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
Diffstat (limited to 'doc/html/emb-performance.html')
-rw-r--r--doc/html/emb-performance.html4
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/html/emb-performance.html b/doc/html/emb-performance.html
index 27d7caaf1..ba9c60d74 100644
--- a/doc/html/emb-performance.html
+++ b/doc/html/emb-performance.html
@@ -47,8 +47,8 @@ requirements at the cost of other factors.
</h2>
<a name="1"></a><p> The following guidelines will improve CPU performance:
<ul>
-<li> Create dialogs and widgets once, then <a href="ntqwidget.html#hide">TQWidget::hide</a>() and
-<a href="ntqwidget.html#show">TQWidget::show</a>() them, rather than creating them and deleting
+<li> Create dialogs and widgets once, then <a href="tqwidget.html#hide">TQWidget::hide</a>() and
+<a href="tqwidget.html#show">TQWidget::show</a>() them, rather than creating them and deleting
them every time they are needed.
This will use a little more memory, but will be much faster.
Try to create them the first time "lazily" to avoid slow