diff options
Diffstat (limited to 'src/tools/tqstringlist.cpp')
-rw-r--r-- | src/tools/tqstringlist.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
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 <b>\\1</b>, <b>\\2</b>, ..., in \a after are replaced with \a{rx}.cap(1), cap(2), ... |