From 83e7d90131a60206a219edf4a2ba9e570c689268 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 (cherry picked from commit 241e0082f7b9ccadaeed0ef43a1c9ebb9b4fe840) --- tde-i18n-en_GB/docs/tdebase/kate/regular-expressions.docbook | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tde-i18n-en_GB/docs/tdebase/kate/regular-expressions.docbook') diff --git a/tde-i18n-en_GB/docs/tdebase/kate/regular-expressions.docbook b/tde-i18n-en_GB/docs/tdebase/kate/regular-expressions.docbook index 5adc38a3f0c..ba09e9c6d44 100644 --- a/tde-i18n-en_GB/docs/tdebase/kate/regular-expressions.docbook +++ b/tde-i18n-en_GB/docs/tdebase/kate/regular-expressions.docbook @@ -465,7 +465,7 @@ expressions of perl, nor with those of for example (?!PATTERN) (Negative lookahead) The negative lookahead prevents a possible match to be 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 & matches the negative lookahead assertion pattern. +The expression const \w+\b(?!\s*&) will match at const char in the string const 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