From b3df4d055e72863ca51ec9c0428a490306989ff4 Mon Sep 17 00:00:00 2001 From: Michele Calgaro Date: Thu, 9 Nov 2023 10:36:44 +0900 Subject: Replace Qt with TQt Signed-off-by: Michele Calgaro --- noatun/library/video.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'noatun/library/video.cpp') 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())); } -- cgit v1.2.1