From 96f53316c2d7b72477825b53206998efc9bfd315 Mon Sep 17 00:00:00 2001 From: Michele Calgaro Date: Mon, 6 Nov 2023 11:29:31 +0900 Subject: Replace Qt with TQt Signed-off-by: Michele Calgaro --- twin-styles/openlook/OpenLook.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'twin-styles/openlook') diff --git a/twin-styles/openlook/OpenLook.cpp b/twin-styles/openlook/OpenLook.cpp index fd07a70a..71489d91 100644 --- a/twin-styles/openlook/OpenLook.cpp +++ b/twin-styles/openlook/OpenLook.cpp @@ -281,7 +281,7 @@ OpenLook::showEvent(TQShowEvent *) void OpenLook::mouseDoubleClickEvent(TQMouseEvent * e) { - if (e->button() == Qt::LeftButton && titleRect().contains(e->pos())) + if (e->button() == TQt::LeftButton && titleRect().contains(e->pos())) { titlebarDblClickOperation(); } -- cgit v1.2.1