diff options
author | Michele Calgaro <[email protected]> | 2023-11-21 11:41:53 +0900 |
---|---|---|
committer | Michele Calgaro <[email protected]> | 2023-11-21 11:41:53 +0900 |
commit | 100f977221b7319815eb9617f56a067cb0383853 (patch) | |
tree | da2cc1ced8f06fe9b9dfb91d2972876a3b198640 /khelpcenter | |
parent | 8f924d271a4771b8046697fefd778d895a54d93d (diff) | |
download | tdebase-100f977221b7319815eb9617f56a067cb0383853.tar.gz tdebase-100f977221b7319815eb9617f56a067cb0383853.zip |
Replace various tq* strings with TQt::* equivalents
Signed-off-by: Michele Calgaro <[email protected]>
Diffstat (limited to 'khelpcenter')
-rw-r--r-- | khelpcenter/navigator.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
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(); |