diff options
author | Michele Calgaro <michele.calgaro@yahoo.it> | 2023-10-13 18:02:18 +0900 |
---|---|---|
committer | Michele Calgaro <michele.calgaro@yahoo.it> | 2023-10-13 18:02:18 +0900 |
commit | 241e0082f7b9ccadaeed0ef43a1c9ebb9b4fe840 (patch) | |
tree | 327c08329d5c5910cc155d3982f2a481eeaf5307 /tde-i18n-nl/docs/tdebase/kate | |
parent | 1ae0d186c941b1e1cdaae488038195ba86d89dbb (diff) | |
download | tde-i18n-241e0082f7b9ccadaeed0ef43a1c9ebb9b4fe840.tar.gz tde-i18n-241e0082f7b9ccadaeed0ef43a1c9ebb9b4fe840.zip |
Replace QObject, QWidget, QImage, QPair, QRgb, QColor, QChar, QString, QIODevice with TQ* version
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
Diffstat (limited to 'tde-i18n-nl/docs/tdebase/kate')
-rw-r--r-- | tde-i18n-nl/docs/tdebase/kate/regular-expressions.docbook | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/tde-i18n-nl/docs/tdebase/kate/regular-expressions.docbook b/tde-i18n-nl/docs/tdebase/kate/regular-expressions.docbook index 860f2e36c8f..f57fd300b5d 100644 --- a/tde-i18n-nl/docs/tdebase/kate/regular-expressions.docbook +++ b/tde-i18n-nl/docs/tdebase/kate/regular-expressions.docbook @@ -634,8 +634,8 @@ acknowledged if the following part of the searched string does match its <emphasis>PATTERN</emphasis>.</para> <para>The expression <userinput>const \w+\b(?!\s*&)</userinput> will match at <quote>const char</quote> in the string <quote>const -char* foo</quote> while it can not match <quote>const QString</quote> -in <quote>const QString& bar</quote> because the +char* foo</quote> while it can not match <quote>const TQString</quote> +in <quote>const TQString& bar</quote> because the <quote>&</quote> matches the negative lookahead assertion pattern.</para> </listitem> |