diff options
author | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2012-01-26 23:32:43 -0600 |
---|---|---|
committer | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2012-01-26 23:32:43 -0600 |
commit | ea318d1431c89e647598c510c4245c6571aa5f46 (patch) | |
tree | 996d29b80c30d453dda86d1a23162d441628f169 /doc/html/qmessagebox-h.html | |
parent | aaf89d4b48f69c9293feb187db26362e550b5561 (diff) | |
download | tqt3-ea318d1431c89e647598c510c4245c6571aa5f46.tar.gz tqt3-ea318d1431c89e647598c510c4245c6571aa5f46.zip |
Update to latest tqt3 automated conversion
Diffstat (limited to 'doc/html/qmessagebox-h.html')
-rw-r--r-- | doc/html/qmessagebox-h.html | 16 |
1 files changed, 8 insertions, 8 deletions
diff --git a/doc/html/qmessagebox-h.html b/doc/html/qmessagebox-h.html index 31197dbc1..e61718999 100644 --- a/doc/html/qmessagebox-h.html +++ b/doc/html/qmessagebox-h.html @@ -1,9 +1,9 @@ <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN"> -<!-- /home/espenr/tmp/qt-3.3.8-espenr-2499/qt-x11-free-3.3.8/include/qmessagebox.h:1 --> +<!-- /home/espenr/tmp/qt-3.3.8-espenr-2499/qt-x11-free-3.3.8/include/ntqmessagebox.h:1 --> <html> <head> <meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1"> -<title>qmessagebox.h Include File</title> +<title>ntqmessagebox.h Include File</title> <style type="text/css"><!-- fn { margin-left: 1cm; text-indent: -1cm; } a:link { color: #004faf; text-decoration: none } @@ -29,13 +29,13 @@ body { background: #ffffff; color: black; } | <a href="functions.html"> <font color="#004faf">Functions</font></a> </td> -<td align="right" valign="center"><img src="logo32.png" align="right" width="64" height="32" border="0"></td></tr></table><h1 align=center>qmessagebox.h</h1> +<td align="right" valign="center"><img src="logo32.png" align="right" width="64" height="32" border="0"></td></tr></table><h1 align=center>ntqmessagebox.h</h1> -<p>This is the verbatim text of the qmessagebox.h include file. It is provided only for illustration; the copyright remains with Trolltech. +<p>This is the verbatim text of the ntqmessagebox.h include file. It is provided only for illustration; the copyright remains with Trolltech. <hr> <pre> /**************************************************************************** -** $Id: qt/qmessagebox.h 3.3.8 edited Jan 11 14:37 $ +** $Id: qt/ntqmessagebox.h 3.3.8 edited Jan 11 14:37 $ ** ** Definition of TQMessageBox class ** @@ -78,7 +78,7 @@ body { background: #ffffff; color: black; } #define TQMESSAGEBOX_H #ifndef QT_H -#include "qdialog.h" +#include "ntqdialog.h" #endif // QT_H #ifndef QT_NO_MESSAGEBOX @@ -236,8 +236,8 @@ private: // Disabled copy constructor and operator= /* * Macro to be used at the beginning of main(), e.g. * -* #include <qapplication.h> -* #include <qmessagebox.h> +* #include <ntqapplication.h> +* #include <ntqmessagebox.h> * int main( int argc, char**argv ) * { * QT_REQUIRE_VERSION( argc, argv, "3.0.5" ) |