From 452c1e8191d38a7449364467ae0601ace808e7f7 Mon Sep 17 00:00:00 2001 From: Michele Calgaro Date: Thu, 30 Nov 2023 21:31:00 +0900 Subject: Replace 'Event' #define strings Signed-off-by: Michele Calgaro (cherry picked from commit 7ef70d6552605c1df5653f039314c3ac568069cc) --- juk/statuslabel.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'juk/statuslabel.cpp') diff --git a/juk/statuslabel.cpp b/juk/statuslabel.cpp index c3c2da0f..a590362c 100644 --- a/juk/statuslabel.cpp +++ b/juk/statuslabel.cpp @@ -175,7 +175,7 @@ bool StatusLabel::eventFilter(TQObject *o, TQEvent *e) if(!o || !e) return false; - TQMouseEvent *mouseEvent = TQT_TQMOUSEEVENT(e); + TQMouseEvent *mouseEvent = static_cast(e); if(e->type() == TQEvent::MouseButtonRelease && mouseEvent->button() == TQt::LeftButton) { -- cgit v1.2.1