diff options
author | Timothy Pearson <[email protected]> | 2012-01-26 23:32:43 -0600 |
---|---|---|
committer | Timothy Pearson <[email protected]> | 2012-01-26 23:32:43 -0600 |
commit | ea318d1431c89e647598c510c4245c6571aa5f46 (patch) | |
tree | 996d29b80c30d453dda86d1a23162d441628f169 /doc/man/man3/qapplication.3qt | |
parent | aaf89d4b48f69c9293feb187db26362e550b5561 (diff) | |
download | tqt3-ea318d1431c89e647598c510c4245c6571aa5f46.tar.gz tqt3-ea318d1431c89e647598c510c4245c6571aa5f46.zip |
Update to latest tqt3 automated conversion
Diffstat (limited to 'doc/man/man3/qapplication.3qt')
-rw-r--r-- | doc/man/man3/qapplication.3qt | 18 |
1 files changed, 9 insertions, 9 deletions
diff --git a/doc/man/man3/qapplication.3qt b/doc/man/man3/qapplication.3qt index a62a6d9ee..d75fb46bc 100644 --- a/doc/man/man3/qapplication.3qt +++ b/doc/man/man3/qapplication.3qt @@ -9,7 +9,7 @@ .SH NAME QApplication \- Manages the GUI application's control flow and main settings .SH SYNOPSIS -\fC#include <qapplication.h>\fR +\fC#include <ntqapplication.h>\fR .PP Inherits QObject. .PP @@ -693,7 +693,7 @@ Example that updates all widgets: .br .fi .PP -The QWidgetList class is defined in the \fCqwidgetlist.h\fR header file. +The QWidgetList class is defined in the \fCntqwidgetlist.h\fR header file. .PP \fBWarning:\fR Delete the list as soon as you have finished using it. The widgets in the list may be deleted by someone else at any time. .PP @@ -739,9 +739,9 @@ Example: // showargs.cpp - displays program arguments in a list box .br .br - #include <qapplication.h> + #include <ntqapplication.h> .br - #include <qlistbox.h> + #include <ntqlistbox.h> .br .br int main( int argc, char **argv ) @@ -1666,7 +1666,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 qglobal.h. +This is really a macro defined in ntqglobal.h. .PP Q_ASSERT is useful for testing pre- and post-conditions. .PP @@ -1681,7 +1681,7 @@ Example: // .br .br - #include <qglobal.h> + #include <ntqglobal.h> .br .br int divide( int a, int b ) @@ -1708,7 +1708,7 @@ See also qWarning() and Debugging. .SH "void Q_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 qglobal.h. +This is really a macro defined in ntqglobal.h. .PP Example: .PP @@ -1868,7 +1868,7 @@ Example: .PP .nf .br - #include <qapplication.h> + #include <ntqapplication.h> .br #include <stdio.h> .br @@ -1965,7 +1965,7 @@ Under X11, the text is printed to stderr. Under Windows, the text is sent to the See also qDebug(), qFatal(), qInstallMsgHandler(), and Debugging. .SH "SEE ALSO" -.BR http://doc.trolltech.com/qapplication.html +.BR http://doc.trolltech.com/ntqapplication.html .BR http://www.trolltech.com/faq/tech.html .SH COPYRIGHT Copyright 1992-2007 Trolltech ASA, http://www.trolltech.com. See the |