From 80c2465371e5a7ab2dd6adb3c2bc32baa1c9b4ee 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 --- tdecore/tdeapplication.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tdecore/tdeapplication.cpp') diff --git a/tdecore/tdeapplication.cpp b/tdecore/tdeapplication.cpp index 8d716b215..396aef97a 100644 --- a/tdecore/tdeapplication.cpp +++ b/tdecore/tdeapplication.cpp @@ -1584,7 +1584,7 @@ void TDEApplication::startKdeinit() if (srv.isEmpty()) return; if (kapp && (Tty != kapp->type())) - setOverrideCursor( tqwaitCursor ); + setOverrideCursor( TQt::waitCursor ); my_system(TQFile::encodeName(srv)+" --suicide"+" --new-startup"); if (kapp && (Tty != kapp->type())) restoreOverrideCursor(); -- cgit v1.2.3