diff options
author | Darrell Anderson <humanreadable@yahoo.com> | 2012-05-26 17:04:27 -0500 |
---|---|---|
committer | Darrell Anderson <humanreadable@yahoo.com> | 2012-05-26 17:04:27 -0500 |
commit | cfd4a7e4ea2276df469207aa5041cec412861493 (patch) | |
tree | e152ba128e844e80ea4f077636d3c401d489afd1 /kcontrol/keys/shortcuts.cpp | |
parent | dc609a23cd52d860cc7a07605b77cce92b68c146 (diff) | |
download | tdebase-cfd4a7e4ea2276df469207aa5041cec412861493.tar.gz tdebase-cfd4a7e4ea2276df469207aa5041cec412861493.zip |
Branding cleanup: KDE -> TDE
Diffstat (limited to 'kcontrol/keys/shortcuts.cpp')
-rw-r--r-- | kcontrol/keys/shortcuts.cpp | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/kcontrol/keys/shortcuts.cpp b/kcontrol/keys/shortcuts.cpp index ff71990c6..a854479e8 100644 --- a/kcontrol/keys/shortcuts.cpp +++ b/kcontrol/keys/shortcuts.cpp @@ -95,9 +95,9 @@ TQString ShortcutsModule::quickHelp() const { return i18n("<h1>Key Bindings</h1> Using key bindings you can configure certain actions to be" " triggered when you press a key or a combination of keys, e.g. Ctrl+C is normally bound to" - " 'Copy'. KDE allows you to store more than one 'scheme' of key bindings, so you might want" + " 'Copy'. TDE allows you to store more than one 'scheme' of key bindings, so you might want" " to experiment a little setting up your own scheme while you can still change back to the" - " KDE defaults.<p> In the tab 'Global Shortcuts' you can configure non-application specific" + " TDE defaults.<p> In the tab 'Global Shortcuts' you can configure non-application specific" " bindings like how to switch desktops or maximize a window. In the tab 'Application Shortcuts'" " you will find bindings typically used in applications, such as copy and paste."); } @@ -155,7 +155,7 @@ void ShortcutsModule::initGUI() m_pbtnRemove->setEnabled( false ); connect( m_pbtnRemove, TQT_SIGNAL(clicked()), TQT_SLOT(slotRemoveScheme()) ); TQWhatsThis::add( m_pbtnRemove, i18n("Click here to remove the selected key bindings scheme. You cannot" - " remove the standard system-wide schemes 'Current scheme' and 'KDE default'.") ); + " remove the standard system-wide schemes 'Current scheme' and 'TDE default'.") ); pHLayout->addWidget( m_pbtnRemove ); pHLayout->addSpacing( KDialog::marginHint() * 3 ); @@ -276,8 +276,8 @@ void ShortcutsModule::readSchemeNames() // This for system files for ( TQStringList::ConstIterator it = schemes.begin(); it != schemes.end(); ++it) { // KPersonalizer relies on .kksrc files containing all the keyboard shortcut - // schemes for various setups. It also requires the KDE defaults to be in - // a .kksrc file. The KDE defaults shouldn't be listed here. + // schemes for various setups. It also requires the TDE defaults to be in + // a .kksrc file. The TDE defaults shouldn't be listed here. //if( r.search( *it ) != -1 ) // continue; |