diff options
Diffstat (limited to 'src/gvcore/imageviewcontroller.cpp')
-rw-r--r-- | src/gvcore/imageviewcontroller.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gvcore/imageviewcontroller.cpp b/src/gvcore/imageviewcontroller.cpp index 992a961..a3721d0 100644 --- a/src/gvcore/imageviewcontroller.cpp +++ b/src/gvcore/imageviewcontroller.cpp @@ -388,7 +388,7 @@ void ImageViewController::slotAutoHide() { if (d->mFullScreenBar) { // Do not auto hide if the cursor is over the bar TQPoint pos=d->mFullScreenBar->mapFromGlobal(TQCursor::pos()); - if (TQT_TQRECT_OBJECT(d->mFullScreenBar->rect()).tqcontains(pos)) { + if (TQT_TQRECT_OBJECT(d->mFullScreenBar->rect()).contains(pos)) { d->restartAutoHideTimer(); return; } |