diff options
Diffstat (limited to 'src/regiongrabber.cpp')
-rw-r--r-- | src/regiongrabber.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/regiongrabber.cpp b/src/regiongrabber.cpp index f7a1534..d32e580 100644 --- a/src/regiongrabber.cpp +++ b/src/regiongrabber.cpp @@ -62,7 +62,7 @@ void SizeTip::positionTip( const TQRect &rect ) TQRect deskR = KGlobalSettings::desktopGeometry( TQPoint( 0, 0 ) ); tipRect.moveCenter( TQPoint( deskR.width()/2, deskR.height()/2 ) ); - if ( !rect.tqcontains( tipRect, true ) && rect.intersects( tipRect ) ) + if ( !rect.contains( tipRect, true ) && rect.intersects( tipRect ) ) tipRect.moveBottomRight( tqgeometry().bottomRight() ); } |