diff options
Diffstat (limited to 'doc/html/ntqapplication.html')
-rw-r--r-- | doc/html/ntqapplication.html | 6 |
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 <<a href="qglobal-h.html">ntqglobal.h</a>> + #include <<a href="tqglobal-h.html">tqglobal.h</a>> 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; |