From 0fc56f21d45249a473d20555ff3071d3b16bee54 Mon Sep 17 00:00:00 2001 From: Michele Calgaro Date: Sat, 12 Aug 2023 18:46:35 +0900 Subject: Drop TQT_BASE_OBJECT* defines Signed-off-by: Michele Calgaro --- twin/geometry.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'twin/geometry.cpp') diff --git a/twin/geometry.cpp b/twin/geometry.cpp index 562e3cda0..2f9988e6b 100644 --- a/twin/geometry.cpp +++ b/twin/geometry.cpp @@ -2288,7 +2288,7 @@ class EatAllPaintEvents { protected: virtual bool eventFilter( TQObject* o, TQEvent* e ) - { return e->type() == TQEvent::Paint && TQT_BASE_OBJECT(o) != TQT_BASE_OBJECT(geometryTip); } + { return e->type() == TQEvent::Paint && o != geometryTip; } }; static EatAllPaintEvents* eater = 0; -- cgit v1.2.3