summaryrefslogtreecommitdiffstats
path: root/src/tools/qglobal.cpp
diff options
context:
space:
mode:
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 805e7fd64..2336fb0b1 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>