diff options
Diffstat (limited to 'src/tools/qglist.cpp')
-rw-r--r-- | src/tools/qglist.cpp | 16 |
1 files changed, 8 insertions, 8 deletions
diff --git a/src/tools/qglist.cpp b/src/tools/qglist.cpp index a72798cec..c9f14102b 100644 --- a/src/tools/qglist.cpp +++ b/src/tools/qglist.cpp @@ -38,13 +38,13 @@ ** **********************************************************************/ -#include "qglist.h" -#include "qgvector.h" -#include "qdatastream.h" -#include "qvaluelist.h" +#include "ntqglist.h" +#include "ntqgvector.h" +#include "ntqdatastream.h" +#include "ntqvaluelist.h" /*! - \class TQLNode qglist.h + \class TQLNode ntqglist.h \reentrant \ingroup collection \brief The TQLNode class is an internal class for the TQPtrList template collection. @@ -74,7 +74,7 @@ /*! - \class TQGList qglist.h + \class TQGList ntqglist.h \reentrant \ingroup collection \brief The TQGList class is an internal class for implementing TQt collection classes. @@ -88,7 +88,7 @@ customize the subclasses, namely compareItems(), read() and write. Normally, you do not have to reimplement any of these functions. If you still want to reimplement them, see the TQStrList - class (qstrlist.h) for an example. + class (ntqstrlist.h) for an example. */ @@ -1080,7 +1080,7 @@ TQLNode* TQGList::erase( TQLNode* it ) *****************************************************************************/ /*! - \class TQGListIterator qglist.h + \class TQGListIterator ntqglist.h \reentrant \ingroup collection \brief The TQGListIterator class is an internal class for implementing TQPtrListIterator. |