Replace 'Event' #define strings

Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
(cherry picked from commit 0eaa948ca1)
r14.1.x
Michele Calgaro 6 months ago
parent e76b1b06a0
commit 2a3111ed09
Signed by: MicheleC
GPG Key ID: 2A75B7CA8ADED5CF

@ -69,7 +69,7 @@ bool TorrentView::eventFilter(TQObject* watched, TQEvent* e)
{
case TQEvent::MouseButtonPress:
{
if(TQT_TQMOUSEEVENT(e)->button() == TQt::RightButton)
if(static_cast<TQMouseEvent*>(e)->button() == TQt::RightButton)
ktview->m_headerMenu->popup(TQCursor::pos());
break;

Loading…
Cancel
Save