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 23:43:34 +0900
commit04d2f2a57523eeed4e4e4c2b36498facc84fdf31 (patch)
tree2176a7288958871df337d911df2203c5927b62e0
parent2f80418ddffbb4a4508554adc6468e279c9020b1 (diff)
downloadkpilot-04d2f2a57523eeed4e4e4c2b36498facc84fdf31.tar.gz
kpilot-04d2f2a57523eeed4e4e4c2b36498facc84fdf31.zip
Replace 'Event' #define strings
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it> (cherry picked from commit c2405bdd9c2e65621fceace1030d4d49b44cca18)
-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));
}
}