Use tdeprocess.h

Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
pull/51/head
Michele Calgaro 7 months ago
parent 997dbd41f1
commit 4948733f21
Signed by: MicheleC
GPG Key ID: 2A75B7CA8ADED5CF

@ -30,7 +30,7 @@
#include <klineedit.h>
#include <tdelocale.h>
#include <tdepopupmenu.h>
#include <kprocess.h>
#include <tdeprocess.h>
#include <ktextedit.h>
#include <twin.h>

@ -251,7 +251,7 @@ kprintaction.h
kprinter.h
tdeprint/kpreloadobject.h
kprocctrl.h
kprocess.h
tdeprocess.h
kprocio.h
kprogress.h
kpropertiesdialog.h

@ -516,7 +516,7 @@ public class TDEProcess extends TQObject {
outnot and errnot and connect their Qt signals to the respective
TDEProcess slots.
For a more detailed explanation, it is best to have a look at the default
implementation in kprocess.cpp.
implementation in tdeprocess.cpp.
@short Called right after a (successful) fork() on the parent side.
*/
protected native int commSetupDoneP();
@ -538,7 +538,7 @@ public class TDEProcess extends TQObject {
/**
Cleans up the communication links to the child after it has exited.
This function should act upon the values of pid() and runs.
See the kprocess.cpp source for details.
See the tdeprocess.cpp source for details.
<li>
If pid() returns zero, the communication links should be closed

@ -1,5 +1,5 @@
//Auto-generated by kalyptus. DO NOT EDIT.
#include <kprocess.h>
#include <tdeprocess.h>
#include <tqstring.h>
#include <kprocio.h>
#include <tqcstring.h>

@ -1,5 +1,5 @@
//Auto-generated by kalyptus. DO NOT EDIT.
#include <kprocess.h>
#include <tdeprocess.h>
#include <tqstring.h>
#include <qtjava/QtSupport.h>

@ -35,7 +35,7 @@
#include <tdeglobalsettings.h>
#include <tdelistview.h>
#include <kprocio.h>
#include <kprocess.h>
#include <tdeprocess.h>
#include <tdeparts/part.h>
#include <tdeparts/browserextension.h>
#include <tdeio/slave.h>

@ -1,5 +1,5 @@
//Auto-generated by kalyptus. DO NOT EDIT.
#include <kprocess.h>
#include <tdeprocess.h>
#include <tqstring.h>
#include <tqstringlist.h>
#include <tqcstring.h>

@ -6,7 +6,7 @@
#include <kstdaction.h>
#include <tdeaction.h>
#include <tdemainwindow.h>
#include <kprocess.h>
#include <tdeprocess.h>
#include <tdeparts/mainwindow.h>
#include <kdebug.h>
#include <tdeaboutdata.h>

@ -7,7 +7,7 @@
#include <kstdaction.h>
#include <tdeaction.h>
#include <tdemainwindow.h>
#include <kprocess.h>
#include <tdeprocess.h>
#include <tdeparts/mainwindow.h>
#include <kdebug.h>

@ -8,7 +8,7 @@
#include <kstdaction.h>
#include <tdeaction.h>
#include <tdemainwindow.h>
#include <kprocess.h>
#include <tdeprocess.h>
#include <tdeparts/mainwindow.h>
#include <kdebug.h>

@ -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"

Loading…
Cancel
Save