From 9310b03dcfb213c0551bf9decb2c3a2445decf5c Mon Sep 17 00:00:00 2001 From: Michele Calgaro Date: Thu, 30 Nov 2023 20:43:05 +0900 Subject: [PATCH] Replace 'Event' #define strings Signed-off-by: Michele Calgaro --- src/kile/tabulardialog.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/kile/tabulardialog.cpp b/src/kile/tabulardialog.cpp index c24a2ff..d05156e 100644 --- a/src/kile/tabulardialog.cpp +++ b/src/kile/tabulardialog.cpp @@ -741,7 +741,7 @@ bool TabularTable::eventFilter(TQObject *o, TQEvent *e) { if ( e->type() == TQEvent::MouseButtonPress ) { - TQMouseEvent *me = TQT_TQMOUSEEVENT(e); + TQMouseEvent *me = static_cast(e); if ( me->button() == TQt::RightButton ) { if ( o == horizontalHeader() )