From fe7969ef886d7287fa959929ddd33fbad8407884 Mon Sep 17 00:00:00 2001 From: Timothy Pearson Date: Sat, 28 Jul 2012 15:51:58 -0500 Subject: Automated update from Qt3 --- src/widgets/qbutton.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/widgets/qbutton.cpp') diff --git a/src/widgets/qbutton.cpp b/src/widgets/qbutton.cpp index 05539be93..71a2763cb 100644 --- a/src/widgets/qbutton.cpp +++ b/src/widgets/qbutton.cpp @@ -998,8 +998,8 @@ bool TQButton::isExclusiveToggle() const { #ifndef QT_NO_BUTTONGROUP return group() && ( group()->isExclusive() || - group()->isRadioButtonExclusive() && - ::tqt_cast(this) ); + ( group()->isRadioButtonExclusive() && + ::tqt_cast(this) ) ); #else return FALSE; #endif -- cgit v1.2.3