summaryrefslogtreecommitdiffstats
path: root/lib/plugin.cpp
diff options
context:
space:
mode:
authorMichele Calgaro <michele.calgaro@yahoo.it>2025-01-22 17:48:24 +0900
committerMichele Calgaro <michele.calgaro@yahoo.it>2025-01-22 17:48:24 +0900
commit26d93b5b8387841815c59c0d55791d226f75e843 (patch)
tree75f5396fa8399a0ab57b651f08152dfcfb235448 /lib/plugin.cpp
parent9e0312bcbbf422f2301033e99abfe2e045ffece7 (diff)
downloadkpilot-26d93b5b8387841815c59c0d55791d226f75e843.tar.gz
kpilot-26d93b5b8387841815c59c0d55791d226f75e843.zip
Use tdeApp
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
Diffstat (limited to 'lib/plugin.cpp')
-rw-r--r--lib/plugin.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/plugin.cpp b/lib/plugin.cpp
index c208598..6e3a2db 100644
--- a/lib/plugin.cpp
+++ b/lib/plugin.cpp
@@ -681,7 +681,7 @@ TQString findArgument(const TQStringList &a, const TQString &arg)
/* static */ bool isRunning(const TQCString &n)
{
- DCOPClient *dcop = TDEApplication::kApplication()->dcopClient();
+ DCOPClient *dcop = tdeApp->dcopClient();
QCStringList apps = dcop->registeredApplications();
return apps.contains(n);
}