summaryrefslogtreecommitdiffstats
path: root/src/widgets/qcheckbox.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/widgets/qcheckbox.cpp')
-rw-r--r--src/widgets/qcheckbox.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/widgets/qcheckbox.cpp b/src/widgets/qcheckbox.cpp
index a4b78c13..8a2ffd4e 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 );