summaryrefslogtreecommitdiffstats
path: root/lib/plugin.cpp
diff options
context:
space:
mode:
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);
}