summaryrefslogtreecommitdiffstats
path: root/kcontrol/performance/kcmperformance.cpp
diff options
context:
space:
mode:
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 );