diff options
| author | Michele Calgaro <michele.calgaro@yahoo.it> | 2023-11-30 20:42:57 +0900 |
|---|---|---|
| committer | Michele Calgaro <michele.calgaro@yahoo.it> | 2023-11-30 23:42:06 +0900 |
| commit | 361bf8191fefa5898299586eaae083d11b8bbb12 (patch) | |
| tree | 07a3b487cb2713cda135ddface9fc29ce293e026 /src/k3bprojecttabwidget.cpp | |
| parent | c7656114a17453f4f809a9e656f508b4beb5fed3 (diff) | |
| download | k3b-361bf8191fefa5898299586eaae083d11b8bbb12.tar.gz k3b-361bf8191fefa5898299586eaae083d11b8bbb12.zip | |
Replace 'Event' #define strings
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
(cherry picked from commit 8d72e4c19c6fe86fd9b312f38190dfc7c6026046)
Diffstat (limited to 'src/k3bprojecttabwidget.cpp')
| -rw-r--r-- | src/k3bprojecttabwidget.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/k3bprojecttabwidget.cpp b/src/k3bprojecttabwidget.cpp index 88537be..006e045 100644 --- a/src/k3bprojecttabwidget.cpp +++ b/src/k3bprojecttabwidget.cpp @@ -176,7 +176,7 @@ bool K3bProjectTabWidget::eventFilter( TQObject* o, TQEvent* e ) { if( o == tabBar() ) { if( e->type() == TQEvent::MouseButtonPress ) { - TQMouseEvent* me = TQT_TQMOUSEEVENT(e); + TQMouseEvent* me = static_cast<TQMouseEvent*>(e); if( me->button() == TQt::RightButton ) { if( projectAt( me->pos() ) ) { // we need change the tab because the actions work on the current tab |
