summaryrefslogtreecommitdiffstats
path: root/doc/html/ntqapplication.html
diff options
context:
space:
mode:
authorMichele Calgaro <michele.calgaro@yahoo.it>2024-08-24 20:52:58 +0900
committerMichele Calgaro <michele.calgaro@yahoo.it>2024-08-29 22:23:36 +0900
commit367ff3fb9e3933f6704c98359cdd8d934ace941f (patch)
tree7e03c953d16dcaf0e89f54079b8415a578a22893 /doc/html/ntqapplication.html
parentd35eedcd87d59e716c6d49bbb6b634ef1a7660c5 (diff)
downloadtqt3-367ff3fb9e3933f6704c98359cdd8d934ace941f.tar.gz
tqt3-367ff3fb9e3933f6704c98359cdd8d934ace941f.zip
Rename global classes nt* related files to equivalent tq*
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
Diffstat (limited to 'doc/html/ntqapplication.html')
-rw-r--r--doc/html/ntqapplication.html6
1 files changed, 3 insertions, 3 deletions
diff --git a/doc/html/ntqapplication.html b/doc/html/ntqapplication.html
index 51edb764d..4ddc40444 100644
--- a/doc/html/ntqapplication.html
+++ b/doc/html/ntqapplication.html
@@ -1738,7 +1738,7 @@ the <em>event</em> was consumed by normal handling, and -1 if the <em>event</em>
<p>
<p> Prints a warning message containing the source code file name and
line number if <em>test</em> is FALSE.
-<p> This is really a macro defined in <a href="qglobal-h.html">ntqglobal.h</a>.
+<p> This is really a macro defined in <a href="tqglobal-h.html">tqglobal.h</a>.
<p> Q_ASSERT is useful for testing pre- and post-conditions.
<p> Example:
<pre>
@@ -1746,7 +1746,7 @@ line number if <em>test</em> is FALSE.
// File: div.cpp
//
- #include &lt;<a href="qglobal-h.html">ntqglobal.h</a>&gt;
+ #include &lt;<a href="tqglobal-h.html">tqglobal.h</a>&gt;
int divide( int a, int b )
{
@@ -1769,7 +1769,7 @@ message using the <a href="#qWarning">tqWarning</a>() function:
<p>
<p> If <em>p</em> is 0, prints a warning message containing the source code file
name and line number, saying that the program ran out of memory.
-<p> This is really a macro defined in <a href="qglobal-h.html">ntqglobal.h</a>.
+<p> This is really a macro defined in <a href="tqglobal-h.html">tqglobal.h</a>.
<p> Example:
<pre>
int *a;