diff options
Diffstat (limited to 'juk')
-rw-r--r-- | juk/systemtray.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/juk/systemtray.cpp b/juk/systemtray.cpp index 577817b9..85abc339 100644 --- a/juk/systemtray.cpp +++ b/juk/systemtray.cpp @@ -577,7 +577,7 @@ void SystemTray::mousePressEvent(TQMouseEvent *e) KSystemTray::mousePressEvent(e); break; case Qt::MidButton: - if(!TQT_TQRECT_OBJECT(rect()).contains(e->pos())) + if(!rect().contains(e->pos())) return; if(action("pause")->isEnabled()) action("pause")->activate(); |