summaryrefslogtreecommitdiffstats
path: root/xparts/xpart_notepad/xp_notepad_factory.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'xparts/xpart_notepad/xp_notepad_factory.cpp')
-rw-r--r--xparts/xpart_notepad/xp_notepad_factory.cpp8
1 files changed, 4 insertions, 4 deletions
diff --git a/xparts/xpart_notepad/xp_notepad_factory.cpp b/xparts/xpart_notepad/xp_notepad_factory.cpp
index cfb2019b..9e4c88a5 100644
--- a/xparts/xpart_notepad/xp_notepad_factory.cpp
+++ b/xparts/xpart_notepad/xp_notepad_factory.cpp
@@ -24,7 +24,7 @@
#include <kstdaction.h>
#include <tdeaction.h>
#include <tdemainwindow.h>
-#include <kprocess.h>
+#include <tdeprocess.h>
#include <tdeparts/mainwindow.h>
#include <kdebug.h>
#include "xp_notepad_factory.h"
@@ -49,11 +49,11 @@ XP_NotepadPart::XP_NotepadPart(TQWidget *parentWidget, const char *widgetName,
{
m_partProcess = new TDEProcess;
*m_partProcess << "xnotepard"
- << kapp->dcopClient()->appId() << objId();
+ << tdeApp->dcopClient()->appId() << objId();
m_partProcess->start();
tqDebug("---->>>>>> enter loop");
- kapp->enter_loop();
+ tdeApp->enter_loop();
tqDebug("----<<<<<< left loop");
}
@@ -66,7 +66,7 @@ void XP_NotepadPart::createActions( const TQCString &xmlActions )
{
XPartHost_KPart::createActions( xmlActions );
tqDebug("----<<<<<< exit loop");
- kapp->exit_loop();
+ tdeApp->exit_loop();
}
#include "xp_notepad_factory.moc"