diff options
Diffstat (limited to 'noatun/modules/winskin/waWidget.cpp')
-rw-r--r-- | noatun/modules/winskin/waWidget.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/noatun/modules/winskin/waWidget.cpp b/noatun/modules/winskin/waWidget.cpp index 4a44f252..69f797f5 100644 --- a/noatun/modules/winskin/waWidget.cpp +++ b/noatun/modules/winskin/waWidget.cpp @@ -46,7 +46,7 @@ TQSize WaWidget::sizeHint() { } void WaWidget::mousePressEvent(TQMouseEvent *e) { - if (e->button() == Qt::RightButton) + if (e->button() == TQt::RightButton) NoatunStdAction::ContextMenu::showContextMenu(); } |