diff options
Diffstat (limited to 'doc/man/man3/tqapplication.3qt')
-rw-r--r-- | doc/man/man3/tqapplication.3qt | 6 |
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 |