summaryrefslogtreecommitdiffstats
path: root/doc/man/man3/tqapplication.3qt
diff options
context:
space:
mode:
authorMichele Calgaro <[email protected]>2024-08-24 20:52:58 +0900
committerMichele Calgaro <[email protected]>2024-08-29 22:23:36 +0900
commit367ff3fb9e3933f6704c98359cdd8d934ace941f (patch)
tree7e03c953d16dcaf0e89f54079b8415a578a22893 /doc/man/man3/tqapplication.3qt
parentd35eedcd87d59e716c6d49bbb6b634ef1a7660c5 (diff)
downloadtqt3-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/man/man3/tqapplication.3qt')
-rw-r--r--doc/man/man3/tqapplication.3qt6
1 files changed, 3 insertions, 3 deletions
diff --git a/doc/man/man3/tqapplication.3qt b/doc/man/man3/tqapplication.3qt
index 0559b88e2..7ce25c9a2 100644
--- a/doc/man/man3/tqapplication.3qt
+++ b/doc/man/man3/tqapplication.3qt
@@ -1626,7 +1626,7 @@ See also x11EventFilter().
.SH "void Q_ASSERT ( bool test )"
Prints a warning message containing the source code file name and line number if \fItest\fR is FALSE.
.PP
-This is really a macro defined in ntqglobal.h.
+This is really a macro defined in tqglobal.h.
.PP
Q_ASSERT is useful for testing pre- and post-conditions.
.PP
@@ -1641,7 +1641,7 @@ Example:
//
.br
.br
- #include <ntqglobal.h>
+ #include <tqglobal.h>
.br
.br
int divide( int a, int b )
@@ -1668,7 +1668,7 @@ See also tqWarning() and Debugging.
.SH "void TQ_CHECK_PTR ( void * p )"
If \fIp\fR is 0, prints a warning message containing the source code file name and line number, saying that the program ran out of memory.
.PP
-This is really a macro defined in ntqglobal.h.
+This is really a macro defined in tqglobal.h.
.PP
Example:
.PP