diff --git a/kpilot/fileInstallWidget.cpp b/kpilot/fileInstallWidget.cpp index 9685100..4f60d0a 100644 --- a/kpilot/fileInstallWidget.cpp +++ b/kpilot/fileInstallWidget.cpp @@ -159,7 +159,7 @@ bool FileInstallWidget::eventFilter(TQObject *watched, TQEvent *event) } if(event->type() == TQEvent::MouseButtonPress) { - contextMenu(TQT_TQMOUSEEVENT(event)); + contextMenu(static_cast(event)); } }