summaryrefslogtreecommitdiffstats
path: root/kcontrol/fonts
diff options
context:
space:
mode:
authorDarrell Anderson <humanreadable@yahoo.com>2012-05-26 17:04:27 -0500
committerDarrell Anderson <humanreadable@yahoo.com>2012-05-26 17:04:27 -0500
commitcfd4a7e4ea2276df469207aa5041cec412861493 (patch)
treee152ba128e844e80ea4f077636d3c401d489afd1 /kcontrol/fonts
parentdc609a23cd52d860cc7a07605b77cce92b68c146 (diff)
downloadtdebase-cfd4a7e4ea2276df469207aa5041cec412861493.tar.gz
tdebase-cfd4a7e4ea2276df469207aa5041cec412861493.zip
Branding cleanup: KDE -> TDE
Diffstat (limited to 'kcontrol/fonts')
-rw-r--r--kcontrol/fonts/fonts.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/kcontrol/fonts/fonts.cpp b/kcontrol/fonts/fonts.cpp
index 70bbd162e..ef338d92b 100644
--- a/kcontrol/fonts/fonts.cpp
+++ b/kcontrol/fonts/fonts.cpp
@@ -624,7 +624,7 @@ KFonts::KFonts(TQWidget *parent, const char *name, const TQStringList &)
cbAA->insertItem( i18n( "Enabled" )); // change AASetting type if order changes
cbAA->insertItem( i18n( "System settings" ));
cbAA->insertItem( i18n( "Disabled" ));
- TQWhatsThis::add(cbAA, i18n("If this option is selected, KDE will smooth the edges of curves in "
+ TQWhatsThis::add(cbAA, i18n("If this option is selected, TDE will smooth the edges of curves in "
"fonts."));
aaSettingsButton = new TQPushButton( i18n( "Configure..." ), this);
connect(aaSettingsButton, TQT_SIGNAL(clicked()), TQT_SLOT(slotCfgAa()));