diff options
Diffstat (limited to 'noatun-plugins/ffrs')
-rw-r--r-- | noatun-plugins/ffrs/ffrs.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/noatun-plugins/ffrs/ffrs.cpp b/noatun-plugins/ffrs/ffrs.cpp index 73f2685..7e92f48 100644 --- a/noatun-plugins/ffrs/ffrs.cpp +++ b/noatun-plugins/ffrs/ffrs.cpp @@ -52,8 +52,8 @@ View::View(int width, int height, int block, int unblock, TQColor front, TQColor // make sure we're on the desktop if ( - !desktop.tqcontains(rect().topLeft()) - || !desktop.tqcontains(rect().bottomRight()) + !desktop.contains(rect().topLeft()) + || !desktop.contains(rect().bottomRight()) ) { move(at); |