diff options
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 |