diff options
| author | Michele Calgaro <michele.calgaro@yahoo.it> | 2023-11-30 20:43:27 +0900 |
|---|---|---|
| committer | Michele Calgaro <michele.calgaro@yahoo.it> | 2023-11-30 20:43:27 +0900 |
| commit | c2405bdd9c2e65621fceace1030d4d49b44cca18 (patch) | |
| tree | 340a18b101cc6e1cf258a4c0c105658a7241d459 | |
| parent | 6c2cd1d516d374adbc66c5b151e98576952e617b (diff) | |
| download | kpilot-c2405bdd9c2e65621fceace1030d4d49b44cca18.tar.gz kpilot-c2405bdd9c2e65621fceace1030d4d49b44cca18.zip | |
Replace 'Event' #define strings
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
| -rw-r--r-- | kpilot/fileInstallWidget.cpp | 2 |
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)); } } |
