From c663b6440964f6ac48027143ac9e63298991f9d0 Mon Sep 17 00:00:00 2001 From: tpearson Date: Sat, 31 Jul 2010 19:33:34 +0000 Subject: Trinity Qt initial conversion git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/kdebase@1157639 283d02a7-25f6-0310-bc7c-ecb5cbfe19da --- kcontrol/performance/system.cpp | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) (limited to 'kcontrol/performance/system.cpp') diff --git a/kcontrol/performance/system.cpp b/kcontrol/performance/system.cpp index 97b5c5709..4a9ee001a 100644 --- a/kcontrol/performance/system.cpp +++ b/kcontrol/performance/system.cpp @@ -19,18 +19,18 @@ #include "system.h" #include -#include -#include -#include +#include +#include +#include #include namespace KCMPerformance { -SystemWidget::SystemWidget( QWidget* parent_P ) +SystemWidget::SystemWidget( TQWidget* parent_P ) : System_ui( parent_P ) { - QString tmp = + TQString tmp = i18n( "

During startup KDE needs to perform a check of its system configuration" " (mimetypes, installed applications, etc.), and in case the configuration" " has changed since the last time, the system configuration cache (KSyCoCa)" @@ -49,9 +49,9 @@ SystemWidget::SystemWidget( QWidget* parent_P ) " handler will refuse to provide backtrace for the bugreport with this option" " turned on (you will need to reproduce it again with this option turned off," " or turn on the developer mode for the crash handler).

" ); - QWhatsThis::add( cb_disable_kbuildsycoca, tmp ); - QWhatsThis::add( label_kbuildsycoca, tmp ); - connect( cb_disable_kbuildsycoca, SIGNAL( clicked()), SIGNAL( changed())); + TQWhatsThis::add( cb_disable_kbuildsycoca, tmp ); + TQWhatsThis::add( label_kbuildsycoca, tmp ); + connect( cb_disable_kbuildsycoca, TQT_SIGNAL( clicked()), TQT_SIGNAL( changed())); defaults(); } -- cgit v1.2.1