summaryrefslogtreecommitdiffstats
path: root/src/tools/qglobal.cpp
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 /src/tools/qglobal.cpp
parentaaf89d4b48f69c9293feb187db26362e550b5561 (diff)
downloadtqt3-ea318d1431c89e647598c510c4245c6571aa5f46.tar.gz
tqt3-ea318d1431c89e647598c510c4245c6571aa5f46.zip
Update to latest tqt3 automated conversion
Diffstat (limited to 'src/tools/qglobal.cpp')
-rw-r--r--src/tools/qglobal.cpp10
1 files changed, 5 insertions, 5 deletions
diff --git a/src/tools/qglobal.cpp b/src/tools/qglobal.cpp
index 805e7fd6..2336fb0b 100644
--- a/src/tools/qglobal.cpp
+++ b/src/tools/qglobal.cpp
@@ -40,7 +40,7 @@
#include "qplatformdefs.h"
-#include "qasciidict.h"
+#include "ntqasciidict.h"
#include <limits.h>
#include <stdio.h>
#include <limits.h>
@@ -699,7 +699,7 @@ void qSystemWarning( const char* msg, int code )
Prints a warning message containing the source code file name and
line number if \a test is FALSE.
- This is really a macro defined in \c qglobal.h.
+ This is really a macro defined in \c ntqglobal.h.
Q_ASSERT is useful for testing pre- and post-conditions.
@@ -709,7 +709,7 @@ void qSystemWarning( const char* msg, int code )
// File: div.cpp
//
- #include <qglobal.h>
+ #include <ntqglobal.h>
int divide( int a, int b )
{
@@ -736,7 +736,7 @@ void qSystemWarning( const char* msg, int code )
If \a p is 0, prints a warning message containing the source code file
name and line number, saying that the program ran out of memory.
- This is really a macro defined in \c qglobal.h.
+ This is really a macro defined in \c ntqglobal.h.
Example:
\code
@@ -858,7 +858,7 @@ void qObsolete( const char *message )
Example:
\code
- #include <qapplication.h>
+ #include <ntqapplication.h>
#include <stdio.h>
#include <stdlib.h>