diff options
Diffstat (limited to 'xparts/xpart_notepad/xp_notepad_factory.cpp')
-rw-r--r-- | xparts/xpart_notepad/xp_notepad_factory.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/xparts/xpart_notepad/xp_notepad_factory.cpp b/xparts/xpart_notepad/xp_notepad_factory.cpp index 799c83f8..7d9b4d12 100644 --- a/xparts/xpart_notepad/xp_notepad_factory.cpp +++ b/xparts/xpart_notepad/xp_notepad_factory.cpp @@ -47,7 +47,7 @@ XP_NotepadPart::XP_NotepadPart(TQWidget *parentWidget, const char *widgetName, TQObject *parent, const char *name) : XPartHost_KPart(parentWidget, widgetName, parent, name) { - m_partProcess = new KProcess; + m_partProcess = new TDEProcess; *m_partProcess << "xnotepard" << kapp->dcopClient()->appId() << objId(); m_partProcess->start(); |