summaryrefslogtreecommitdiffstats
path: root/kcontrol/keys
diff options
context:
space:
mode:
authorMichele Calgaro <michele.calgaro@yahoo.it>2014-06-08 18:47:23 +0900
committerMichele Calgaro <michele.calgaro@yahoo.it>2014-06-08 18:47:23 +0900
commit3e5e8758323e2cfd2c7a84bef2142a3cabe6c1b2 (patch)
treeb116077afb8989fa69b71119f0b483b9542bdd28 /kcontrol/keys
parentcbc0ec1b7851872bb8b29bd3b1a2e4d643715431 (diff)
downloadtdebase-3e5e8758323e2cfd2c7a84bef2142a3cabe6c1b2.tar.gz
tdebase-3e5e8758323e2cfd2c7a84bef2142a3cabe6c1b2.zip
Rebranding: TDE Control Center --> Trinity Control Center
Diffstat (limited to 'kcontrol/keys')
-rw-r--r--kcontrol/keys/keyconfig.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/kcontrol/keys/keyconfig.cpp b/kcontrol/keys/keyconfig.cpp
index 9785d22da..ee39447a1 100644
--- a/kcontrol/keys/keyconfig.cpp
+++ b/kcontrol/keys/keyconfig.cpp
@@ -137,7 +137,7 @@ void KKeyModule::init( bool isGlobal, bool _bSeriesOnly, bool bSeriesNone )
// That move will take a lot of UI redesigning, though, so i'll do it once CVS
// opens up for feature commits again. -- ellis
/* Needed to remove because this depended upon non-BC changes in KeyEntry.*/
- // If this is the "Global Keys" section of the TDE Control Center:
+ // If this is the "Global Keys" section of the Trinity Control Center:
if( isGlobal && !bSeriesOnly ) {
preferMetaBt = new TQCheckBox( i18n("Prefer 4-modifier defaults"), this );
if( !KKeySequence::keyboardHasMetaKey() )