summaryrefslogtreecommitdiffstats
path: root/src/main.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/main.cpp')
-rw-r--r--src/main.cpp4
1 files changed, 2 insertions, 2 deletions
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[] =