diff options
Diffstat (limited to 'noatun/library/video.cpp')
-rw-r--r-- | noatun/library/video.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/noatun/library/video.cpp b/noatun/library/video.cpp index db6886b3..0fceeb2d 100644 --- a/noatun/library/video.cpp +++ b/noatun/library/video.cpp @@ -151,7 +151,7 @@ void GlobalVideo::hide() void GlobalVideo::mouseReleaseEvent(TQMouseEvent *e) { - if (e->button() == Qt::RightButton) + if (e->button() == TQt::RightButton) { menu->exec(mapToGlobal(e->pos())); } |