summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichele Calgaro <michele.calgaro@yahoo.it>2023-08-08 12:22:36 +0900
committerMichele Calgaro <michele.calgaro@yahoo.it>2023-08-08 17:58:38 +0900
commit9b8380e617ad740085310208e3be24b42614f661 (patch)
tree4c97c0717cb48d3204b872a206b584f3ba27c8dc
parent3d1736fd881ca25af4b1776d1abe56b1814974dd (diff)
downloadtdeutils-9b8380e617ad740085310208e3be24b42614f661.tar.gz
tdeutils-9b8380e617ad740085310208e3be24b42614f661.zip
Drop TQT_TQ*_OBJECT defines
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it> (cherry picked from commit 16b9b38e0267f80b68a78d861d111ca182551d5c)
-rw-r--r--klaptopdaemon/daemondock.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/klaptopdaemon/daemondock.cpp b/klaptopdaemon/daemondock.cpp
index 87c4f45..90a29aa 100644
--- a/klaptopdaemon/daemondock.cpp
+++ b/klaptopdaemon/daemondock.cpp
@@ -469,7 +469,7 @@ void laptop_dock::mousePressEvent( TQMouseEvent *event )
}
void laptop_dock::mouseReleaseEvent( TQMouseEvent *e )
{
- if ( !TQT_TQRECT_OBJECT(rect()).contains( e->pos() ) )
+ if ( !rect().contains( e->pos() ) )
return;
switch ( e->button() ) {