summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorChris <xchrisx@uber.space>2019-07-22 22:37:32 +0200
committerChris <xchrisx@uber.space>2019-07-22 22:37:32 +0200
commit1ce8f11df5407c3c22fb98db06f1aa8512fc741f (patch)
treea35065dd4af3adf16e1bbf2e2c183b9877e8ec33
parent7095bd2d8f4c05aa0db77f0057a4a5e4409201a3 (diff)
downloadtdeutils-1ce8f11df5407c3c22fb98db06f1aa8512fc741f.tar.gz
tdeutils-1ce8f11df5407c3c22fb98db06f1aa8512fc741f.zip
Replace Qt branding with TQt ones.
Signed-off-by: Chris <xchrisx@uber.space>
-rw-r--r--tdefilereplace/whatthis.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/tdefilereplace/whatthis.h b/tdefilereplace/whatthis.h
index 6693931..1235642 100644
--- a/tdefilereplace/whatthis.h
+++ b/tdefilereplace/whatthis.h
@@ -70,7 +70,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.");