diff options
Diffstat (limited to 'src/widgets/qcheckbox.cpp')
-rw-r--r-- | src/widgets/qcheckbox.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/widgets/qcheckbox.cpp b/src/widgets/qcheckbox.cpp index a4b78c136..8a2ffd4e6 100644 --- a/src/widgets/qcheckbox.cpp +++ b/src/widgets/qcheckbox.cpp @@ -353,7 +353,7 @@ void TQCheckBox::updateMask() bool TQCheckBox::hitButton( const TQPoint &pos ) const { TQRect r = TQStyle::visualRect( style().subRect( TQStyle::SR_CheckBoxFocusRect, this ), this ); - if ( qApp->reverseLayout() ) { + if ( tqApp->reverseLayout() ) { r.setRight( width() ); } else { r.setLeft( 0 ); |