summaryrefslogtreecommitdiffstats
path: root/doc/man/man3/tqapplication.3qt
diff options
context:
space:
mode:
authorMichele Calgaro <michele.calgaro@yahoo.it>2018-10-17 19:46:30 +0900
committerMichele Calgaro <michele.calgaro@yahoo.it>2018-10-17 19:46:30 +0900
commit69d87202cb139ffe9e4b3ce92e434523b7b09b64 (patch)
tree7b133311a4d5e5394f2612dced305f815c04847b /doc/man/man3/tqapplication.3qt
parente07baa10b7b8e7105e02a621efadac67216c61ed (diff)
downloadtqt3-69d87202cb139ffe9e4b3ce92e434523b7b09b64.tar.gz
tqt3-69d87202cb139ffe9e4b3ce92e434523b7b09b64.zip
QT_NO_* -> TQT_NO_* renaming.
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
Diffstat (limited to 'doc/man/man3/tqapplication.3qt')
-rw-r--r--doc/man/man3/tqapplication.3qt4
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/man/man3/tqapplication.3qt b/doc/man/man3/tqapplication.3qt
index 3f85a39fa..a01de9e42 100644
--- a/doc/man/man3/tqapplication.3qt
+++ b/doc/man/man3/tqapplication.3qt
@@ -509,7 +509,7 @@ This application object must be constructed before any paint devices (including
.PP
Note that \fIargc\fR and \fIargv\fR might be changed. TQt removes command line arguments that it recognizes. The modified \fIargc\fR and \fIargv\fR can also be accessed later with \fCqApp->argc()\fR and \fCqApp->argv()\fR. The documentation for argv() contains a detailed description of how to process command line arguments.
.PP
-Qt debugging options (not available if TQt was compiled with the QT_NO_DEBUG flag defined):
+Qt debugging options (not available if TQt was compiled with the TQT_NO_DEBUG flag defined):
.TP
-nograb, tells TQt that it must never grab the mouse or the keyboard.
.TP
@@ -1930,7 +1930,7 @@ In debug mode, this function calls tqFatal() with a message if the computer is t
.SH "void tqSystemWarning ( const char * msg, int code )"
Prints the message \fImsg\fR and uses \fIcode\fR to get a system specific error message. When \fIcode\fR 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.
.PP
-This function does nothing when TQt is built with \fCQT_NO_DEBUG\fR defined.
+This function does nothing when TQt is built with \fCTQT_NO_DEBUG\fR defined.
.SH "const char * tqVersion ()"
Returns the TQt version number as a string, for example, "2.3.0" or" 3.0.5".
.PP