From d05b646280d9b464284c534578ca8d98b34e7ce7 Mon Sep 17 00:00:00 2001 From: Michele Calgaro Date: Tue, 21 Jan 2025 11:34:11 +0900 Subject: Use tdeApp Signed-off-by: Michele Calgaro --- src/main.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/main.cpp') diff --git a/src/main.cpp b/src/main.cpp index 9cc5211..ddb9136 100644 --- a/src/main.cpp +++ b/src/main.cpp @@ -45,8 +45,8 @@ static void sighandler(int sig) } tqDebug("%s", i18n("Caught signal %1. Cleaning up.").arg(sig).local8Bit().data()); - ((TDEDocker*)TDEApplication::kApplication())->trayLabelMgr()->undockAll(); - TDEApplication::kApplication()->quit(); + ((TDEDocker*)tdeApp)->trayLabelMgr()->undockAll(); + tdeApp->quit(); } static const TDECmdLineOptions options[] = -- cgit v1.2.3