summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--kpilot/fileInstallWidget.cpp2
1 files changed, 1 insertions, 1 deletions
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<TQMouseEvent*>(event));
}
}