From 3373b45cc2adb7d46c45c3da06f64d5db24cb468 Mon Sep 17 00:00:00 2001 From: Michele Calgaro Date: Tue, 21 Nov 2023 11:42:12 +0900 Subject: Replace various tq* strings with TQt::* equivalents Signed-off-by: Michele Calgaro (cherry picked from commit 80c2465371e5a7ab2dd6adb3c2bc32baa1c9b4ee) --- tdehtml/tdehtmlview.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tdehtml/tdehtmlview.cpp') diff --git a/tdehtml/tdehtmlview.cpp b/tdehtml/tdehtmlview.cpp index 324119805..c791f054e 100644 --- a/tdehtml/tdehtmlview.cpp +++ b/tdehtml/tdehtmlview.cpp @@ -2781,7 +2781,7 @@ void TDEHTMLView::print(bool quick) if ( !docname.isEmpty() ) docname = KStringHandler::csqueeze(docname, 80); if(quick || printer->setup(this, i18n("Print %1").arg(docname))) { - viewport()->setCursor( tqwaitCursor ); // only viewport(), no TQApplication::, otherwise we get the busy cursor in tdeprint's dialogs + viewport()->setCursor( TQt::waitCursor ); // only viewport(), no TQApplication::, otherwise we get the busy cursor in tdeprint's dialogs // set up KPrinter printer->setFullPage(false); printer->setCreator(TQString("TDE %1.%2.%3 HTML Library").arg(TDE_VERSION_MAJOR).arg(TDE_VERSION_MINOR).arg(TDE_VERSION_RELEASE)); -- cgit v1.2.3