summaryrefslogtreecommitdiffstats
path: root/src/tools/tqstringlist.cpp
diff options
context:
space:
mode:
authorMichele Calgaro <michele.calgaro@yahoo.it>2024-09-09 14:57:42 +0900
committerMichele Calgaro <michele.calgaro@yahoo.it>2024-09-12 18:58:18 +0900
commit6f57abfc9cd3acf1d648aee696947ac9216adb71 (patch)
tree4ae374b1ce01d388bca2249c5d903d79a6cb814f /src/tools/tqstringlist.cpp
parent0582c90a9ed4b965629267713f51c0da7c38b39d (diff)
downloadtqt-6f57abfc.tar.gz
tqt-6f57abfc.zip
Rename remaining ntq[s-z]* related files to equivalent tq*
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
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).