summaryrefslogtreecommitdiffstats
path: root/kcontrol/keys
diff options
context:
space:
mode:
Diffstat (limited to 'kcontrol/keys')
-rw-r--r--kcontrol/keys/keyconfig.cpp14
-rw-r--r--kcontrol/keys/shortcuts.cpp10
2 files changed, 12 insertions, 12 deletions
diff --git a/kcontrol/keys/keyconfig.cpp b/kcontrol/keys/keyconfig.cpp
index a3a0a9e3c..dc9d30954 100644
--- a/kcontrol/keys/keyconfig.cpp
+++ b/kcontrol/keys/keyconfig.cpp
@@ -131,7 +131,7 @@ void KKeyModule::init( bool isGlobal, bool _bSeriesOnly, bool bSeriesNone )
removeBt->setEnabled(FALSE);
connect( removeBt, TQT_SIGNAL( clicked() ), TQT_SLOT( slotRemove() ) );
TQWhatsThis::add( removeBt, i18n("Click here to remove the selected key bindings scheme. You can not"
- " remove the standard system wide schemes, 'Current scheme' and 'KDE default'.") );
+ " remove the standard system wide schemes, 'Current scheme' and 'TDE default'.") );
// Hack to get this setting only displayed once. It belongs in main.cpp instead.
// That move will take a lot of UI redesigning, though, so i'll do it once CVS
@@ -145,7 +145,7 @@ void KKeyModule::init( bool isGlobal, bool _bSeriesOnly, bool bSeriesNone )
preferMetaBt->setChecked( KKeySequence::useFourModifierKeys() );
connect( preferMetaBt, TQT_SIGNAL(clicked()), TQT_SLOT(slotPreferMeta()) );
TQWhatsThis::add( preferMetaBt, i18n("If your keyboard has a Meta key, but you would "
- "like KDE to prefer the 3-modifier configuration defaults, then this option "
+ "like TDE to prefer the 3-modifier configuration defaults, then this option "
"should be unchecked.") );
} else
preferMetaBt = 0;
@@ -434,18 +434,18 @@ void KKeyModule::readScheme( int index )
sFileList->clear();
sList->insertItem( i18n("Current Scheme"), 0 );
sFileList->append( "Not a kcsrc file" );
- sList->insertItem( i18n("KDE Traditional"), 1 );
+ sList->insertItem( i18n("TDE Traditional"), 1 );
sFileList->append( "Not a kcsrc file" );
- //sList->insertItem( i18n("KDE Extended (With 'Win' Key)"), 2 );
- //sList->insertItem( i18n("KDE Default for 4 Modifiers (Meta/Alt/Ctrl/Shift)"), 2 );
+ //sList->insertItem( i18n("TDE Extended (With 'Win' Key)"), 2 );
+ //sList->insertItem( i18n("TDE Default for 4 Modifiers (Meta/Alt/Ctrl/Shift)"), 2 );
//sFileList->append( "Not a kcsrc file" );
nSysSchemes = 2;
// 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;
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;