From c4ae89b6d0b6dd0e7bb118442f936f5179098845 Mon Sep 17 00:00:00 2001 From: Darrell Anderson Date: Wed, 7 Mar 2012 17:55:33 -0600 Subject: Fix kcontrol branding issues. --- kcontrol/performance/kcmperformance.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'kcontrol/performance/kcmperformance.cpp') 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( "

KDE Performance

" - " You can configure settings that improve KDE performance here." )); + setQuickHelp( i18n( "

TDE Performance

" + " You can configure settings that improve TDE performance here." )); TQVBoxLayout *topLayout = new TQVBoxLayout( this ); TQTabWidget* tabs = new TQTabWidget( this ); -- cgit v1.2.1