summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichele Calgaro <michele.calgaro@yahoo.it>2019-07-23 10:03:51 +0900
committerMichele Calgaro <michele.calgaro@yahoo.it>2019-07-23 10:03:51 +0900
commit67bacf63991f2009596af29fa621adc0f19e0252 (patch)
tree9eb2278e25ed1d99f650f963c7babcdec667558b
parent9ac0372a57a18a8b8cf398a241a34b0293eaef59 (diff)
downloadtdewebdev-67bacf63991f2009596af29fa621adc0f19e0252.tar.gz
tdewebdev-67bacf63991f2009596af29fa621adc0f19e0252.zip
Replace Qt branding with TQt ones. This relates to PR TDE/tdeutils#14.
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
-rw-r--r--tdefilereplace/whatthis.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/tdefilereplace/whatthis.h b/tdefilereplace/whatthis.h
index 05395373..2393eb52 100644
--- a/tdefilereplace/whatthis.h
+++ b/tdefilereplace/whatthis.h
@@ -68,7 +68,7 @@ namespace whatthisNameSpace
const TQString chbIgnoreFilesWhatthis = i18n("If this option is enabled, KFR will show even the names of the files in which no string has been found or replaced.");
- const TQString chbRegularExpressionsWhatthis = i18n("Allows you to apply QT-like regular expressions on the search string. Note that a complex regular expression could affect speed performance");
+ const TQString chbRegularExpressionsWhatthis = i18n("Allows you to apply TQt-like regular expressions on the search string. Note that a complex regular expression could affect speed performance");
const TQString chbVariablesWhatthis = i18n("Enable \"commands\". For example: if search string is \"user\" and replace string is the command \"[$user:uid$]\", KFR will substitute \"user\" with the uid of the user.");