From 7272c289be1517c4a4b6ccd35c9d64f8a657593d Mon Sep 17 00:00:00 2001 From: Michele Calgaro Date: Tue, 21 Nov 2023 11:41:53 +0900 Subject: Replace various tq* strings with TQt::* equivalents Signed-off-by: Michele Calgaro (cherry picked from commit 100f977221b7319815eb9617f56a067cb0383853) --- khelpcenter/navigator.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'khelpcenter') diff --git a/khelpcenter/navigator.cpp b/khelpcenter/navigator.cpp index 4a691240d..05bd68129 100644 --- a/khelpcenter/navigator.cpp +++ b/khelpcenter/navigator.cpp @@ -556,7 +556,7 @@ void Navigator::slotSearch() // disable search Button during searches mSearchButton->setEnabled(false); - TQApplication::setOverrideCursor(tqwaitCursor); + TQApplication::setOverrideCursor(TQt::waitCursor); if ( !mSearchEngine->search( words, method, pages, scope ) ) { slotSearchFinished(); -- cgit v1.2.1