From ffe8a83e053396df448e9413828527613ca3bd46 Mon Sep 17 00:00:00 2001 From: tpearson Date: Sat, 31 Jul 2010 19:46:43 +0000 Subject: Trinity Qt initial conversion git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/kdelibs@1157647 283d02a7-25f6-0310-bc7c-ecb5cbfe19da --- kdeui/kwizard.cpp | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) (limited to 'kdeui/kwizard.cpp') diff --git a/kdeui/kwizard.cpp b/kdeui/kwizard.cpp index 80443fead..21462faad 100644 --- a/kdeui/kwizard.cpp +++ b/kdeui/kwizard.cpp @@ -17,9 +17,9 @@ Boston, MA 02110-1301, USA. */ -#include -#include -#include +#include +#include +#include #include #include @@ -28,8 +28,8 @@ #include "kwizard.h" -KWizard::KWizard( QWidget *parent, const char *name, bool modal, WFlags f ) - : QWizard( parent, name, modal, f ) +KWizard::KWizard( TQWidget *parent, const char *name, bool modal, WFlags f ) + : TQWizard( parent, name, modal, f ) { bool useIcons = KGlobalSettings::showIconsOnPushButtons(); @@ -49,7 +49,7 @@ KWizard::KWizard( QWidget *parent, const char *name, bool modal, WFlags f ) nextButton()->setText( i18n( "Opposite to Back","&Next" ) ); } - QFont font = titleFont(); + TQFont font = titleFont(); font.setBold( true ); setTitleFont( font ); } -- cgit v1.2.3