summaryrefslogtreecommitdiffstats
path: root/doc/html/qmessagebox-h.html
diff options
context:
space:
mode:
authorTimothy Pearson <kb9vqf@pearsoncomputing.net>2012-01-26 23:32:43 -0600
committerTimothy Pearson <kb9vqf@pearsoncomputing.net>2012-01-26 23:32:43 -0600
commitea318d1431c89e647598c510c4245c6571aa5f46 (patch)
tree996d29b80c30d453dda86d1a23162d441628f169 /doc/html/qmessagebox-h.html
parentaaf89d4b48f69c9293feb187db26362e550b5561 (diff)
downloadtqt3-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.html16
1 files changed, 8 insertions, 8 deletions
diff --git a/doc/html/qmessagebox-h.html b/doc/html/qmessagebox-h.html
index 31197dbc..e6171899 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 &lt;qapplication.h&gt;
-* #include &lt;qmessagebox.h&gt;
+* #include &lt;ntqapplication.h&gt;
+* #include &lt;ntqmessagebox.h&gt;
* int main( int argc, char**argv )
* {
* QT_REQUIRE_VERSION( argc, argv, "3.0.5" )