summaryrefslogtreecommitdiffstats
path: root/src/tools/qglist.cpp
diff options
context:
space:
mode:
authorTimothy Pearson <[email protected]>2012-01-26 23:32:43 -0600
committerTimothy Pearson <[email protected]>2012-01-26 23:32:43 -0600
commitea318d1431c89e647598c510c4245c6571aa5f46 (patch)
tree996d29b80c30d453dda86d1a23162d441628f169 /src/tools/qglist.cpp
parentaaf89d4b48f69c9293feb187db26362e550b5561 (diff)
downloadtqt3-ea318d1431c89e647598c510c4245c6571aa5f46.tar.gz
tqt3-ea318d1431c89e647598c510c4245c6571aa5f46.zip
Update to latest tqt3 automated conversion
Diffstat (limited to 'src/tools/qglist.cpp')
-rw-r--r--src/tools/qglist.cpp16
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.