From 239865cbb53b0559ef17402ad8bc0aee0b5e9765 Mon Sep 17 00:00:00 2001 From: Michele Calgaro Date: Sat, 12 Aug 2023 18:46:22 +0900 Subject: Drop TQT_BASE_OBJECT* defines Signed-off-by: Michele Calgaro --- twin-styles/system/systemclient.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'twin-styles/system') diff --git a/twin-styles/system/systemclient.cpp b/twin-styles/system/systemclient.cpp index d1edc611..869b925e 100644 --- a/twin-styles/system/systemclient.cpp +++ b/twin-styles/system/systemclient.cpp @@ -412,7 +412,7 @@ void SystemClient::addButtons(TQBoxLayout *hb, const TQString& s) bool SystemClient::eventFilter( TQObject* o, TQEvent* e ) { - if( TQT_BASE_OBJECT(o) != TQT_BASE_OBJECT(widget())) + if( o != widget()) return false; switch( e->type()) { -- cgit v1.2.1