diff options
Diffstat (limited to 'doc/html/emb-performance.html')
-rw-r--r-- | doc/html/emb-performance.html | 4 |
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 |