summaryrefslogtreecommitdiffstats
path: root/kcontrol/performance/kcmperformance.cpp
diff options
context:
space:
mode:
authorDarrell Anderson <humanreadable@yahoo.com>2012-03-07 17:55:33 -0600
committerDarrell Anderson <humanreadable@yahoo.com>2012-03-07 17:55:33 -0600
commitc4ae89b6d0b6dd0e7bb118442f936f5179098845 (patch)
treefc9ac6b2fd39152d24b5901e650e8a80590e9c44 /kcontrol/performance/kcmperformance.cpp
parentf5dfcdee89bdeb6cb45821c09bbb78dd54a3cf5d (diff)
downloadtdebase-c4ae89b6d0b6dd0e7bb118442f936f5179098845.tar.gz
tdebase-c4ae89b6d0b6dd0e7bb118442f936f5179098845.zip
Fix kcontrol branding issues.
Diffstat (limited to 'kcontrol/performance/kcmperformance.cpp')
-rw-r--r--kcontrol/performance/kcmperformance.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/kcontrol/performance/kcmperformance.cpp b/kcontrol/performance/kcmperformance.cpp
index b85dca5d8..11ea51438 100644
--- a/kcontrol/performance/kcmperformance.cpp
+++ b/kcontrol/performance/kcmperformance.cpp
@@ -45,8 +45,8 @@ namespace KCMPerformance
Config::Config( TQWidget* parent_P, const char* )
: KCModule( parent_P, "kcmperformance" )
{
- setQuickHelp( i18n( "<h1>KDE Performance</h1>"
- " You can configure settings that improve KDE performance here." ));
+ setQuickHelp( i18n( "<h1>TDE Performance</h1>"
+ " You can configure settings that improve TDE performance here." ));
TQVBoxLayout *topLayout = new TQVBoxLayout( this );
TQTabWidget* tabs = new TQTabWidget( this );