diff options
Diffstat (limited to 'kcontrol/style/kcmstyle.cpp')
-rw-r--r-- | kcontrol/style/kcmstyle.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/kcontrol/style/kcmstyle.cpp b/kcontrol/style/kcmstyle.cpp index 1afd0a320..5784e3628 100644 --- a/kcontrol/style/kcmstyle.cpp +++ b/kcontrol/style/kcmstyle.cpp @@ -1087,7 +1087,7 @@ void KCMStyle::addWhatsThis() "Text is aligned alongside the icon.</p>" "<b>Text under icons: </b> Shows icons and text on toolbar buttons. " "Text is aligned below the icon.") ); - TQWhatsThis::add( cbIconsOnButtons, i18n( "If you enable this option, KDE Applications will " + TQWhatsThis::add( cbIconsOnButtons, i18n( "If you enable this option, TDE Applications will " "show small icons alongside some important buttons.") ); TQWhatsThis::add( cbScrollablePopupMenus, i18n( "If you enable this option, pop-up menus will scroll if vertical space is exhausted." ) ); TQWhatsThis::add( cbTearOffHandles, i18n( "If you enable this option some pop-up menus will " |