diff options
author | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2012-01-26 23:32:43 -0600 |
---|---|---|
committer | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2012-01-26 23:32:43 -0600 |
commit | ea318d1431c89e647598c510c4245c6571aa5f46 (patch) | |
tree | 996d29b80c30d453dda86d1a23162d441628f169 /src/tools/qgarray.cpp | |
parent | aaf89d4b48f69c9293feb187db26362e550b5561 (diff) | |
download | tqt3-ea318d1431c89e647598c510c4245c6571aa5f46.tar.gz tqt3-ea318d1431c89e647598c510c4245c6571aa5f46.zip |
Update to latest tqt3 automated conversion
Diffstat (limited to 'src/tools/qgarray.cpp')
-rw-r--r-- | src/tools/qgarray.cpp | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/src/tools/qgarray.cpp b/src/tools/qgarray.cpp index b5a74eae5..4d7fd38e4 100644 --- a/src/tools/qgarray.cpp +++ b/src/tools/qgarray.cpp @@ -38,7 +38,7 @@ ** **********************************************************************/ -#include "qglobal.h" +#include "ntqglobal.h" #if defined(Q_CC_BOR) // needed for qsort() because of a std namespace problem on Borland # include "qplatformdefs.h" @@ -48,7 +48,7 @@ #endif #define TQGARRAY_CPP -#include "qgarray.h" +#include "ntqgarray.h" #include <stdlib.h> #include <string.h> @@ -77,7 +77,7 @@ #endif /*! - \class TQShared qshared.h + \class TQShared ntqshared.h \reentrant \ingroup shared \brief The TQShared class is used internally for implementing shared classes. @@ -94,7 +94,7 @@ */ /*! - \class TQGArray qgarray.h + \class TQGArray ntqgarray.h \reentrant \ingroup shared \ingroup collection |