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/tqstring.cpp | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'src/tools/tqstring.cpp') diff --git a/src/tools/tqstring.cpp b/src/tools/tqstring.cpp index 71eced17d..86b1add58 100644 --- a/src/tools/tqstring.cpp +++ b/src/tools/tqstring.cpp @@ -51,7 +51,7 @@ // #define MAKE_QSTRING_THREAD_SAFE 1 #include "tqstring.h" -#include "ntqregexp.h" +#include "tqregexp.h" #include "ntqdatastream.h" #ifndef TQT_NO_TEXTCODEC #include "tqtextcodec.h" @@ -1380,7 +1380,7 @@ char* TQString::unicodeToLatin1(const TQChar *uc, uint l, bool unpaged) and join a list of strings into a single string with an optional separator using TQStringList::join(). You can obtain a list of strings from a string list that contain a particular substring or - that match a particular \link ntqregexp.html regex\endlink using + that match a particular \link tqregexp.html regex\endlink using TQStringList::grep(). Note for C programmers @@ -4673,7 +4673,7 @@ TQString &TQString::replace( const TQString & before, const TQString & after ) // s == "ba" \endcode - For regexps containing \link ntqregexp.html#capturing-text capturing + 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