summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichele Calgaro <michele.calgaro@yahoo.it>2023-08-08 12:14:23 +0900
committerMichele Calgaro <michele.calgaro@yahoo.it>2023-08-08 17:45:27 +0900
commitcad95d2d5843704270d773fa4fcc0055a952e781 (patch)
tree08d2399489e671dda1ad4e660c69284526f0e5e6
parentf3bdcef937a0fdedb876a16e3e250d478be331a0 (diff)
downloadkaffeine-cad95d2d.tar.gz
kaffeine-cad95d2d.zip
Drop TQT_TQ*_OBJECT defines
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it> (cherry picked from commit 4a24155a399bb20d9fea4880b820efa0111ce040)
-rw-r--r--kaffeine/src/systemtray.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/kaffeine/src/systemtray.cpp b/kaffeine/src/systemtray.cpp
index e24314d..bfcbcd3 100644
--- a/kaffeine/src/systemtray.cpp
+++ b/kaffeine/src/systemtray.cpp
@@ -101,7 +101,7 @@ void SystemTray::mousePressEvent(TQMouseEvent *e)
KSystemTray::mousePressEvent(e);
break;
case MidButton:
- if(!TQT_TQRECT_OBJECT(rect()).contains(e->pos()))
+ if(!rect().contains(e->pos()))
return;
actionCollection()->action("trayplay")->activate();
break;