From 6f57abfc9cd3acf1d648aee696947ac9216adb71 Mon Sep 17 00:00:00 2001 From: Michele Calgaro Date: Mon, 9 Sep 2024 14:57:42 +0900 Subject: Rename remaining ntq[s-z]* related files to equivalent tq* Signed-off-by: Michele Calgaro --- src/tools/tqstringlist.cpp | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'src/tools/tqstringlist.cpp') 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). -- cgit v1.2.3