summaryrefslogtreecommitdiffstats
path: root/xparts/xpart_notepad/shell_xparthost.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'xparts/xpart_notepad/shell_xparthost.cpp')
-rw-r--r--xparts/xpart_notepad/shell_xparthost.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/xparts/xpart_notepad/shell_xparthost.cpp b/xparts/xpart_notepad/shell_xparthost.cpp
index b65819ad..8bb4ce65 100644
--- a/xparts/xpart_notepad/shell_xparthost.cpp
+++ b/xparts/xpart_notepad/shell_xparthost.cpp
@@ -22,7 +22,7 @@ ShellWindow::ShellWindow()
connect(m_host, TQT_SIGNAL( actionsInitialized() ), this, TQT_SLOT( mergeGUI() ) );
// Launch our XPart child.
- m_partProcess = new KProcess;
+ m_partProcess = new TDEProcess;
*m_partProcess << "./xp_notepad"
<< kapp->dcopClient()->appId() << m_host->objId();
m_partProcess->start();