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 ba8f5df..57e9e05 100644 --- a/src/regiongrabber.cpp +++ b/src/regiongrabber.cpp @@ -59,7 +59,7 @@ void SizeTip::positionTip( const TQRect &rect ) if ( rect.intersects( tipRect ) ) { - TQRect deskR = KGlobalSettings::desktopGeometry( TQPoint( 0, 0 ) ); + TQRect deskR = TDEGlobalSettings::desktopGeometry( TQPoint( 0, 0 ) ); tipRect.moveCenter( TQPoint( deskR.width()/2, deskR.height()/2 ) ); if ( !rect.contains( tipRect, true ) && rect.intersects( tipRect ) ) |