summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichele Calgaro <michele.calgaro@yahoo.it>2023-11-30 20:43:27 +0900
committerMichele Calgaro <michele.calgaro@yahoo.it>2023-11-30 20:43:27 +0900
commitc2405bdd9c2e65621fceace1030d4d49b44cca18 (patch)
tree340a18b101cc6e1cf258a4c0c105658a7241d459
parent6c2cd1d516d374adbc66c5b151e98576952e617b (diff)
downloadkpilot-c2405bdd9c2e65621fceace1030d4d49b44cca18.tar.gz
kpilot-c2405bdd9c2e65621fceace1030d4d49b44cca18.zip
Replace 'Event' #define strings
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
-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));
}
}