summaryrefslogtreecommitdiffstats
path: root/tdecore
diff options
context:
space:
mode:
authorMichele Calgaro <michele.calgaro@yahoo.it>2023-11-21 11:42:12 +0900
committerMichele Calgaro <michele.calgaro@yahoo.it>2023-11-21 18:14:21 +0900
commit3373b45cc2adb7d46c45c3da06f64d5db24cb468 (patch)
tree74a426e8bad30622dcab2404ec8fe66c338fc91b /tdecore
parent0e4a5c95a4675da94170d7c8997bf14f76451e31 (diff)
downloadtdelibs-3373b45cc2adb7d46c45c3da06f64d5db24cb468.tar.gz
tdelibs-3373b45cc2adb7d46c45c3da06f64d5db24cb468.zip
Replace various tq* strings with TQt::* equivalents
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it> (cherry picked from commit 80c2465371e5a7ab2dd6adb3c2bc32baa1c9b4ee)
Diffstat (limited to 'tdecore')
-rw-r--r--tdecore/tdeapplication.cpp2
1 files changed, 1 insertions, 1 deletions
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();