From 4243c1195d662a4e6e0971cef547520ece2c6673 Mon Sep 17 00:00:00 2001 From: Michele Calgaro Date: Mon, 6 Nov 2023 11:39:06 +0900 Subject: Replace Qt with TQt Signed-off-by: Michele Calgaro --- twin4/twin4/twin4view.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'twin4') diff --git a/twin4/twin4/twin4view.cpp b/twin4/twin4/twin4view.cpp index 71ce1eeb..81bb159b 100644 --- a/twin4/twin4/twin4view.cpp +++ b/twin4/twin4/twin4view.cpp @@ -680,7 +680,7 @@ void Kwin4View::slotMouseInput(KGameIO *input,TQDataStream &stream,TQMouseEvent return; } - if (mouse->button()!=Qt::LeftButton) return ; + if (mouse->button()!=TQt::LeftButton) return ; //if (!doc->IsRunning()) return ; TQPoint point; -- cgit v1.2.1