From 241e0082f7b9ccadaeed0ef43a1c9ebb9b4fe840 Mon Sep 17 00:00:00 2001 From: Michele Calgaro Date: Fri, 13 Oct 2023 18:02:18 +0900 Subject: Replace QObject, QWidget, QImage, QPair, QRgb, QColor, QChar, QString, QIODevice with TQ* version Signed-off-by: Michele Calgaro --- tde-i18n-nl/docs/tdebase/kate/regular-expressions.docbook | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'tde-i18n-nl/docs/tdebase/kate') 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 PATTERN. The expression const \w+\b(?!\s*&) will match at const char in the string const -char* foo while it can not match const QString -in const QString& bar because the +char* foo while it can not match const TQString +in const TQString& bar because the & matches the negative lookahead assertion pattern. -- cgit v1.2.1