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() )