diff options
author | Michele Calgaro <[email protected]> | 2024-08-24 20:52:58 +0900 |
---|---|---|
committer | Michele Calgaro <[email protected]> | 2024-08-29 22:23:36 +0900 |
commit | 367ff3fb9e3933f6704c98359cdd8d934ace941f (patch) | |
tree | 7e03c953d16dcaf0e89f54079b8415a578a22893 /doc/html/toplevel-example.html | |
parent | d35eedcd87d59e716c6d49bbb6b634ef1a7660c5 (diff) | |
download | tqt3-367ff3fb9e3933f6704c98359cdd8d934ace941f.tar.gz tqt3-367ff3fb9e3933f6704c98359cdd8d934ace941f.zip |
Rename global classes nt* related files to equivalent tq*
Signed-off-by: Michele Calgaro <[email protected]>
Diffstat (limited to 'doc/html/toplevel-example.html')
-rw-r--r-- | doc/html/toplevel-example.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/html/toplevel-example.html b/doc/html/toplevel-example.html index 7f18142a6..25d078b3f 100644 --- a/doc/html/toplevel-example.html +++ b/doc/html/toplevel-example.html @@ -221,7 +221,7 @@ build the library. <ol> <li><a name="footnote1"></a> Unfortunately some X11 window managers also require the <tt>WX11BypassWM</tt> flag to be set in addition; but some other X11 window managers will have problems if this flag is set. <a href="#footnote-call1">Back...</a> <li><a name="footnote2"></a> -The example uses <a href="ntqguardedptr.html">TQGuardedPtr</a> to make sure that the +The example uses <a href="tqguardedptr.html">TQGuardedPtr</a> to make sure that the pointer is reset to zero when the widget object is destroyed due to the <tt>WDestructiveClose</tt> flag. <a href="#footnote-call2">Back...</a> <li><a name="footnote3"></a> |