From 87d29563e3ccdeb7fea0197e262e667ef323ff9c Mon Sep 17 00:00:00 2001 From: Michele Calgaro Date: Sun, 7 Jul 2024 14:56:09 +0900 Subject: Rename utility class nt* related files to equivalent tq* Signed-off-by: Michele Calgaro --- src/tools/tqstringlist.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/tools/tqstringlist.cpp') diff --git a/src/tools/tqstringlist.cpp b/src/tools/tqstringlist.cpp index 48bbbd541..8e08a4f08 100644 --- a/src/tools/tqstringlist.cpp +++ b/src/tools/tqstringlist.cpp @@ -41,7 +41,7 @@ #include "tqstringlist.h" #ifndef TQT_NO_STRINGLIST -#include "ntqregexp.h" +#include "tqregexp.h" #include "tqstrlist.h" #include "ntqdatastream.h" #include "ntqtl.h" @@ -388,7 +388,7 @@ TQStringList& TQStringList::gres( const TQString &before, const TQString &after, // list == ["olpha", "beta", "gamma", "epsilon"] \endcode - For regexps containing \link ntqregexp.html#capturing-text + For regexps containing \link tqregexp.html#capturing-text capturing parentheses \endlink, occurrences of \\1, \\2, ..., in \a after are replaced with \a{rx}.cap(1), cap(2), ... -- cgit v1.2.3