Branch: master

7095bd2d 2019-07-18 00:53:21 Chris
Fix remaining brandings in tdeutils.

Signed-off-by: Chris <xchrisx@...>
M kgpg/kgpg.kcfg
M tdewallet/konfigurator/konfigurator.cpp

kgpg/kgpg.kcfg

diff --git a/kgpg/kgpg.kcfg b/kgpg/kgpg.kcfg
index 6ee2417..00bd746 100644
--- a/kgpg/kgpg.kcfg
+++ b/kgpg/kgpg.kcfg
@@ -115,7 +115,7 @@
       <default>false</default>
     </entry>
     <entry name="AutoStart" type="Bool">
-      <label>Start KGpg automatically at KDE startup.</label>
+      <label>Start KGpg automatically at TDE startup.</label>
       <default>false</default>
     </entry>
     <entry name="RemoteFileWarn" type="Bool" key="remote_file_warn">

tdewallet/konfigurator/konfigurator.cpp

diff --git a/tdewallet/konfigurator/konfigurator.cpp b/tdewallet/konfigurator/konfigurator.cpp
index 43b7732..9dcb4c7 100644
--- a/tdewallet/konfigurator/konfigurator.cpp
+++ b/tdewallet/konfigurator/konfigurator.cpp
@@ -307,7 +307,7 @@
 
 
 TQString TDEWalletConfig::quickHelp() const {
-	return i18n("This configuration module allows you to configure the KDE wallet system.");
+	return i18n("This configuration module allows you to configure the TDE wallet system.");
 }
 
 
1ce8f11d 2019-07-22 20:37:32 Chris
Replace Qt branding with TQt ones.

Signed-off-by: Chris <xchrisx@...>
M tdefilereplace/whatthis.h

tdefilereplace/whatthis.h

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 @@
 
   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.");