summaryrefslogtreecommitdiffstats
path: root/xparts/xpart_notepad/shell_xparthost.h
diff options
context:
space:
mode:
Diffstat (limited to 'xparts/xpart_notepad/shell_xparthost.h')
-rw-r--r--xparts/xpart_notepad/shell_xparthost.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/xparts/xpart_notepad/shell_xparthost.h b/xparts/xpart_notepad/shell_xparthost.h
index f65cdf1b..7a0bb1a8 100644
--- a/xparts/xpart_notepad/shell_xparthost.h
+++ b/xparts/xpart_notepad/shell_xparthost.h
@@ -5,7 +5,7 @@
#include <kparts/mainwindow.h>
#include <kdebug.h>
-class KProcess;
+class TDEProcess;
class ShellWindow : public KParts::MainWindow
{
@@ -23,7 +23,7 @@ public slots:
private:
XPartHost_KPart *m_host;
- KProcess *m_partProcess;
+ TDEProcess *m_partProcess;
};
#endif