From f452adff9414e9f8668dcdbeab160bab9a545779 Mon Sep 17 00:00:00 2001 From: Michele Calgaro Date: Sat, 12 Aug 2023 18:44:19 +0900 Subject: Drop TQT_BASE_OBJECT* defines Signed-off-by: Michele Calgaro --- kpilot/fileInstallWidget.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/kpilot/fileInstallWidget.cpp b/kpilot/fileInstallWidget.cpp index 9c0fc84..467393d 100644 --- a/kpilot/fileInstallWidget.cpp +++ b/kpilot/fileInstallWidget.cpp @@ -145,7 +145,7 @@ bool FileInstallWidget::eventFilter(TQObject *watched, TQEvent *event) { FUNCTIONSETUP; - if(TQT_BASE_OBJECT(watched) == TQT_BASE_OBJECT(fIconView->viewport())) + if(watched == fIconView->viewport()) { if(event->type() == TQEvent::DragEnter) { dragEnterEvent(static_cast(event)); -- cgit v1.2.3