diff options
author | Michele Calgaro <michele.calgaro@yahoo.it> | 2024-07-07 14:56:09 +0900 |
---|---|---|
committer | Michele Calgaro <michele.calgaro@yahoo.it> | 2024-07-07 14:56:09 +0900 |
commit | 87d29563e3ccdeb7fea0197e262e667ef323ff9c (patch) | |
tree | 2d674f204c5205ca577a782e1b50583afd563972 /src/tools/tqstring.cpp | |
parent | 628b0bb74c3fc327efff8add9c73ada04b1cbea2 (diff) | |
download | tqt-87d29563e3ccdeb7fea0197e262e667ef323ff9c.tar.gz tqt-87d29563e3ccdeb7fea0197e262e667ef323ff9c.zip |
Rename utility class nt* related files to equivalent tq*
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
Diffstat (limited to 'src/tools/tqstring.cpp')
-rw-r--r-- | src/tools/tqstring.cpp | 6 |
1 files changed, 3 insertions, 3 deletions
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(). <b>Note for C programmers</b> @@ -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 <b>\\1</b>, <b>\\2</b>, ..., in \a after are replaced with \a{rx}.cap(1), cap(2), ... |