diff options
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), ... |