summaryrefslogtreecommitdiffstats
path: root/doc/html/ntqapplication.html
diff options
context:
space:
mode:
Diffstat (limited to 'doc/html/ntqapplication.html')
-rw-r--r--doc/html/ntqapplication.html4
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/html/ntqapplication.html b/doc/html/ntqapplication.html
index 4577524a..f8e7cad9 100644
--- a/doc/html/ntqapplication.html
+++ b/doc/html/ntqapplication.html
@@ -400,7 +400,7 @@ can also be accessed later with <tt>tqApp-&gt;argc()</tt> and <tt>tqApp-&gt;argv
The documentation for <a href="#argv">argv</a>() contains a detailed description of how
to process command line arguments.
<p> TQt debugging options (not available if TQt was compiled with the
-QT_NO_DEBUG flag defined):
+TQT_NO_DEBUG flag defined):
<ul>
<li> -nograb, tells TQt that it must never grab the mouse or the keyboard.
<li> -dograb (only under X11), running under a debugger can cause
@@ -1996,7 +1996,7 @@ computer is truly weird (i.e. different endianness for 16 bit and
error message. When <em>code</em> is -1 (the default), the system's last
error code will be used if possible. Use this method to handle
failures in platform specific API calls.
-<p> This function does nothing when TQt is built with <tt>QT_NO_DEBUG</tt>
+<p> This function does nothing when TQt is built with <tt>TQT_NO_DEBUG</tt>
defined.
<h3 class=fn>const char * <a name="qVersion"></a>tqVersion ()