From eb1d1e0dec5720ace27395e290b7093cd68b150d Mon Sep 17 00:00:00 2001 From: Timothy Pearson Date: Tue, 6 Mar 2012 20:38:40 -0600 Subject: Automated update from qt3 --- src/widgets/qgroupbox.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/widgets/qgroupbox.cpp') diff --git a/src/widgets/qgroupbox.cpp b/src/widgets/qgroupbox.cpp index e6d2ad58..d78ae735 100644 --- a/src/widgets/qgroupbox.cpp +++ b/src/widgets/qgroupbox.cpp @@ -677,7 +677,7 @@ void TQGroupBox::fixFocus() && w->isVisibleTo(this) ) { if ( w->hasFocus() #ifndef QT_NO_RADIOBUTTON - || ( !best && ::qt_cast(w) + || ( !best && ::tqt_cast(w) && ((TQRadioButton*)w)->isChecked() ) #endif ) @@ -841,7 +841,7 @@ void TQGroupBox::setCheckable( bool b ) if ( b ) { if ( !d->checkbox ) { d->checkbox = new TQCheckBox( title(), this, "qt_groupbox_checkbox" ); - if (TQButtonGroup *meAsButtonGroup = ::qt_cast(this)) + if (TQButtonGroup *meAsButtonGroup = ::tqt_cast(this)) meAsButtonGroup->remove(d->checkbox); setChecked( TRUE ); setChildrenEnabled( TRUE ); -- cgit v1.2.1