diff options
author | Michele Calgaro <michele.calgaro@yahoo.it> | 2024-06-30 12:33:25 +0900 |
---|---|---|
committer | Michele Calgaro <michele.calgaro@yahoo.it> | 2024-06-30 12:33:25 +0900 |
commit | aeefd3fe454bfaed093355278b1e2caa84bfd77a (patch) | |
tree | 2d2b7ae985b004b3114ad2b25a879797be18d427 /doc/html/ntqregexp.html | |
parent | 2cbcca0db1343e1c40e52af729a5eb34ca8a7e37 (diff) | |
download | tqt-aeefd3fe.tar.gz tqt-aeefd3fe.zip |
Rename threading nt* related files to equivalent tq*
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
Diffstat (limited to 'doc/html/ntqregexp.html')
-rw-r--r-- | doc/html/ntqregexp.html | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/html/ntqregexp.html b/doc/html/ntqregexp.html index 6bfdc27bb..f75a27a82 100644 --- a/doc/html/ntqregexp.html +++ b/doc/html/ntqregexp.html @@ -112,8 +112,8 @@ similar way to command shells. A good text on regexps is <em>Mastering Regular E <p> Experienced regexp users may prefer to skip the introduction and go directly to the relevant information. <p> In case of multi-threaded programming, note that TQRegExp depends on -<a href="ntqthreadstorage.html">TQThreadStorage</a> internally. For that reason, TQRegExp should only be -used with threads started with <a href="ntqthread.html">TQThread</a>, i.e. not with threads +<a href="tqthreadstorage.html">TQThreadStorage</a> internally. For that reason, TQRegExp should only be +used with threads started with <a href="tqthread.html">TQThread</a>, i.e. not with threads started with platform-specific APIs. <p> <!-- toc --> <ul> |