summaryrefslogtreecommitdiffstats
path: root/xparts/mozilla/kshell.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'xparts/mozilla/kshell.cpp')
-rw-r--r--xparts/mozilla/kshell.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/xparts/mozilla/kshell.cpp b/xparts/mozilla/kshell.cpp
index ed055469..33825526 100644
--- a/xparts/mozilla/kshell.cpp
+++ b/xparts/mozilla/kshell.cpp
@@ -27,7 +27,7 @@ public:
#if 1
m_partProcess = new TDEProcess;
*m_partProcess << "./kmozilla"
- << kapp->dcopClient()->appId() << m_host->objId();
+ << tdeApp->dcopClient()->appId() << m_host->objId();
m_partProcess->start();
#endif