Replace 'Event' #define strings

Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
pull/15/head
Michele Calgaro 5 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 )
{
TQMouseEvent *me = TQT_TQMOUSEEVENT(e);
TQMouseEvent *me = static_cast<TQMouseEvent*>(e);
if ( me->button() == TQt::RightButton )
{
if ( o == horizontalHeader() )

Loading…
Cancel
Save