From 7367a616169a4ec8b35b5a993852c336aaeec25b Mon Sep 17 00:00:00 2001 From: Michele Calgaro Date: Thu, 9 Nov 2023 10:36:57 +0900 Subject: Replace Qt with TQt Signed-off-by: Michele Calgaro (cherry picked from commit b53c83209a6b927b27600899a780db1efc985ecb) --- kdict/queryview.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'kdict/queryview.cpp') diff --git a/kdict/queryview.cpp b/kdict/queryview.cpp index ea108c60..c96dc540 100644 --- a/kdict/queryview.cpp +++ b/kdict/queryview.cpp @@ -120,7 +120,7 @@ DictHTMLPart::~DictHTMLPart() void DictHTMLPart::tdehtmlMouseReleaseEvent(tdehtml::MouseReleaseEvent *event) { - if (event->qmouseEvent()->button()==Qt::MidButton) + if (event->qmouseEvent()->button()==TQt::MidButton) emit(middleButtonClicked()); else TDEHTMLPart::tdehtmlMouseReleaseEvent(event); -- cgit v1.2.1