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.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/xparts/mozilla/kshell.cpp b/xparts/mozilla/kshell.cpp
index dd5986b2..9e83f9a4 100644
--- a/xparts/mozilla/kshell.cpp
+++ b/xparts/mozilla/kshell.cpp
@@ -25,7 +25,7 @@ public:
connect(m_host, TQT_SIGNAL( actionsInitialized() ), this, TQT_SLOT( mergeGUI() ) );
#if 1
- m_partProcess = new KProcess;
+ m_partProcess = new TDEProcess;
*m_partProcess << "./kmozilla"
<< kapp->dcopClient()->appId() << m_host->objId();
m_partProcess->start();
@@ -57,7 +57,7 @@ public slots:
private:
XPartHost_KPart *m_host;
- KProcess *m_partProcess;
+ TDEProcess *m_partProcess;
};
int main( int argc, char **argv )