Replace 'Event' #define strings

Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
(cherry picked from commit 9310b03dcf)
r14.1.x
Michele Calgaro 7 months ago
parent 50df78ea79
commit 6549f0042f
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