From 1c3e6a878f147d063b43948dd8a3f06da195e7ea Mon Sep 17 00:00:00 2001 From: tpearson Date: Mon, 2 Aug 2010 19:28:10 +0000 Subject: TQt conversion fixes git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/kdepim@1158452 283d02a7-25f6-0310-bc7c-ecb5cbfe19da --- korn/kornboxcfgimpl.cpp | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'korn/kornboxcfgimpl.cpp') diff --git a/korn/kornboxcfgimpl.cpp b/korn/kornboxcfgimpl.cpp index 5667a5f28..f7c1845f7 100644 --- a/korn/kornboxcfgimpl.cpp +++ b/korn/kornboxcfgimpl.cpp @@ -44,10 +44,10 @@ KornBoxCfgImpl::KornBoxCfgImpl( TQWidget * parent, const char * name ) _base( 0 ), _index( -1 ) { - _fonts[ 0 ] = new QFont; - _fonts[ 1 ] = new QFont; - _anims[ 0 ] = new QString; - _anims[ 1 ] = new QString; + _fonts[ 0 ] = new TQFont; + _fonts[ 1 ] = new TQFont; + _anims[ 0 ] = new TQString; + _anims[ 1 ] = new TQString; lbLeft->setText( i18n( "Left mousebutton", "Left" ) ); if( lbLeft->text() == "Left" ) -- cgit v1.2.1