Replace 'Event' #define strings

Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
pull/15/head
Michele Calgaro 6 months ago
parent 7281cbd9fb
commit 9310b03dcf
Signed by: MicheleC
GPG Key ID: 2A75B7CA8ADED5CF

@ -741,7 +741,7 @@ bool TabularTable::eventFilter(TQObject *o, TQEvent *e)
{ {
if ( e->type() == TQEvent::MouseButtonPress ) if ( e->type() == TQEvent::MouseButtonPress )
{ {
TQMouseEvent *me = TQT_TQMOUSEEVENT(e); TQMouseEvent *me = static_cast<TQMouseEvent*>(e);
if ( me->button() == TQt::RightButton ) if ( me->button() == TQt::RightButton )
{ {
if ( o == horizontalHeader() ) if ( o == horizontalHeader() )

Loading…
Cancel
Save