diff options
Diffstat (limited to 'src/plugins/General/statusicon/qmmptrayicon.cpp')
| -rw-r--r-- | src/plugins/General/statusicon/qmmptrayicon.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/plugins/General/statusicon/qmmptrayicon.cpp b/src/plugins/General/statusicon/qmmptrayicon.cpp index e335d3079..ed3469484 100644 --- a/src/plugins/General/statusicon/qmmptrayicon.cpp +++ b/src/plugins/General/statusicon/qmmptrayicon.cpp @@ -49,13 +49,13 @@ bool QmmpTrayIcon::event(QEvent *e) { wheelEvent((QWheelEvent *) e); e->accept(); - return TRUE; + return true; } if (e->type() == QEvent::ToolTip) { showToolTip(); e->accept(); - return TRUE; + return true; } return QSystemTrayIcon::event(e); } |
