summaryrefslogtreecommitdiffstats
path: root/src/tools/tqstringlist.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/tools/tqstringlist.cpp')
-rw-r--r--src/tools/tqstringlist.cpp6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/tools/tqstringlist.cpp b/src/tools/tqstringlist.cpp
index 43637c203..b1a2f70c4 100644
--- a/src/tools/tqstringlist.cpp
+++ b/src/tools/tqstringlist.cpp
@@ -44,7 +44,7 @@
#include "tqregexp.h"
#include "tqstrlist.h"
#include "tqdatastream.h"
-#include "ntqtl.h"
+#include "tqtl.h"
/*!
\class TQStringList tqstringlist.h
@@ -61,7 +61,7 @@
objects. Unlike TQStrList, which stores pointers to characters,
TQStringList holds real TQString objects. It is the class of choice
whenever you work with Unicode strings. TQStringList is part of the
- \link ntqtl.html TQt Template Library\endlink.
+ \link tqtl.html TQt Template Library\endlink.
Like TQString itself, TQStringList objects are implicitly shared, so
passing them around as value-parameters is both fast and safe.
@@ -171,7 +171,7 @@
/*!
Sorts the list of strings in ascending case-sensitive order.
- Sorting is very fast. It uses the \link ntqtl.html TQt Template
+ Sorting is very fast. It uses the \link tqtl.html TQt Template
Library's\endlink efficient HeapSort implementation that has a
time complexity of O(n*log n).