diff options
author | Darrell Anderson <humanreadable@yahoo.com> | 2012-03-09 02:43:01 -0600 |
---|---|---|
committer | Darrell Anderson <humanreadable@yahoo.com> | 2012-03-09 02:43:01 -0600 |
commit | 2fda65a10a664e07d312477a4e4a2688fe11c4e4 (patch) | |
tree | 5ec65bb4eb7c6d6914a27cdae28fbb65f87e317b /kcontrol/keys | |
parent | 56a663b7c2cf18978a349015b6e19f1d898e8bb9 (diff) | |
download | tdebase-2fda65a10a664e07d312477a4e4a2688fe11c4e4.tar.gz tdebase-2fda65a10a664e07d312477a4e4a2688fe11c4e4.zip |
Fix KControl KDE->TDE branding issues.
Diffstat (limited to 'kcontrol/keys')
-rw-r--r-- | kcontrol/keys/modifiers.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/kcontrol/keys/modifiers.cpp b/kcontrol/keys/modifiers.cpp index ebe099aa5..d9b3075f1 100644 --- a/kcontrol/keys/modifiers.cpp +++ b/kcontrol/keys/modifiers.cpp @@ -171,7 +171,7 @@ void ModifiersModule::initGUI() TQGridLayout* pLayoutTop = new TQGridLayout( this, 6, 2, KDialog::marginHint() ); pLayoutTop->setColStretch( 1, 1 ); - TQGroupBox* pGroup = new TQGroupBox( 2, Qt::Horizontal, i18n("KDE Modifiers"), this ); + TQGroupBox* pGroup = new TQGroupBox( 2, Qt::Horizontal, i18n("TDE Modifiers"), this ); pLayoutTop->addWidget( pGroup, 0, 0 ); TQLabel* plbl = new TQLabel( i18n("Modifier"), pGroup ); |