diff options
Diffstat (limited to 'korn/kornboxcfgimpl.cpp')
-rw-r--r-- | korn/kornboxcfgimpl.cpp | 8 |
1 files changed, 4 insertions, 4 deletions
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" ) |