From 48b07a0ff120e8b4479bcac912d8a8f043e22ae4 Mon Sep 17 00:00:00 2001 From: Michele Calgaro Date: Sat, 12 Aug 2023 18:47:26 +0900 Subject: Drop TQT_BASE_OBJECT* defines Signed-off-by: Michele Calgaro --- tdeui/kcursor.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tdeui/kcursor.cpp') diff --git a/tdeui/kcursor.cpp b/tdeui/kcursor.cpp index 17f523d86..7a13e791d 100644 --- a/tdeui/kcursor.cpp +++ b/tdeui/kcursor.cpp @@ -317,7 +317,7 @@ TQWidget* KCursorPrivateAutoHideEventFilter::actualWidget() const bool KCursorPrivateAutoHideEventFilter::eventFilter( TQObject *o, TQEvent *e ) { - Q_ASSERT( TQT_BASE_OBJECT(o) == TQT_BASE_OBJECT(m_widget) ); + Q_ASSERT( o == m_widget ); switch ( e->type() ) { -- cgit v1.2.1