diff options
author | Michele Calgaro <michele.calgaro@yahoo.it> | 2025-01-22 17:48:24 +0900 |
---|---|---|
committer | Michele Calgaro <michele.calgaro@yahoo.it> | 2025-01-22 17:48:24 +0900 |
commit | 26d93b5b8387841815c59c0d55791d226f75e843 (patch) | |
tree | 75f5396fa8399a0ab57b651f08152dfcfb235448 /lib/plugin.cpp | |
parent | 9e0312bcbbf422f2301033e99abfe2e045ffece7 (diff) | |
download | kpilot-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.cpp | 2 |
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); } |