From ea318d1431c89e647598c510c4245c6571aa5f46 Mon Sep 17 00:00:00 2001 From: Timothy Pearson Date: Thu, 26 Jan 2012 23:32:43 -0600 Subject: Update to latest tqt3 automated conversion --- src/tools/qglobal.cpp | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'src/tools/qglobal.cpp') 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 #include #include @@ -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 + #include 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 + #include #include #include -- cgit v1.2.1