From 6b0cf55d6252a256d9fc5bcb89837bec7f21f40d Mon Sep 17 00:00:00 2001 From: Michele Calgaro Date: Tue, 7 Nov 2023 19:27:29 +0900 Subject: Replace Qt with TQt Signed-off-by: Michele Calgaro --- parts/documentation/indexview.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'parts/documentation/indexview.cpp') diff --git a/parts/documentation/indexview.cpp b/parts/documentation/indexview.cpp index 1b2e67ba..f414e288 100644 --- a/parts/documentation/indexview.cpp +++ b/parts/documentation/indexview.cpp @@ -162,7 +162,7 @@ bool IndexView::eventFilter(TQObject *watched, TQEvent *e) void IndexView::itemMouseButtonPressed(int button, TQListBoxItem *item, const TQPoint &pos) { - if ((button != Qt::RightButton) || (!item)) + if ((button != TQt::RightButton) || (!item)) return; IndexItem *docItem = dynamic_cast(item); if (!docItem) -- cgit v1.2.3