summaryrefslogtreecommitdiffstats
path: root/doc/html/qmessagebox-h.html
diff options
context:
space:
mode:
authorTimothy Pearson <[email protected]>2011-12-05 22:07:55 -0600
committerTimothy Pearson <[email protected]>2011-12-05 22:07:55 -0600
commit3ad1b623ac4af0f19db3580e4ef6b0d923260ba0 (patch)
tree3b77748c913634d88310c7933877b201532d4ae1 /doc/html/qmessagebox-h.html
parente02e31c8b9d854cd62cbe9799228f6e08e882773 (diff)
downloadtqt3-3ad1b623ac4af0f19db3580e4ef6b0d923260ba0.tar.gz
tqt3-3ad1b623ac4af0f19db3580e4ef6b0d923260ba0.zip
Sync again
Diffstat (limited to 'doc/html/qmessagebox-h.html')
-rw-r--r--doc/html/qmessagebox-h.html4
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/html/qmessagebox-h.html b/doc/html/qmessagebox-h.html
index 1b9710956..31197dbc1 100644
--- a/doc/html/qmessagebox-h.html
+++ b/doc/html/qmessagebox-h.html
@@ -240,11 +240,11 @@ private: // Disabled copy constructor and operator=
* #include &lt;qmessagebox.h&gt;
* int main( int argc, char**argv )
* {
-* QT_RETQUIRE_VERSION( argc, argv, "3.0.5" )
+* QT_REQUIRE_VERSION( argc, argv, "3.0.5" )
* ...
* }
*/
-#define QT_RETQUIRE_VERSION( argc, argv, str ) { TQString s=TQString::fromLatin1(str);\
+#define QT_REQUIRE_VERSION( argc, argv, str ) { TQString s=TQString::fromLatin1(str);\
TQString sq=TQString::fromLatin1(qVersion()); if ( (sq.section('.',0,0).toInt()&lt;&lt;16)+\
(sq.section('.',1,1).toInt()&lt;&lt;8)+sq.section('.',2,2).toInt()&lt;(s.section('.',0,0).toInt()&lt;&lt;16)+\
(s.section('.',1,1).toInt()&lt;&lt;8)+s.section('.',2,2).toInt() ){if ( !qApp){ int c=0; new \