diff options
-rw-r--r-- | src/kile/tabulardialog.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
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<TQMouseEvent*>(e); if ( me->button() == TQt::RightButton ) { if ( o == horizontalHeader() ) |