Use tdeprocess.h

Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
pull/24/head
Michele Calgaro 1 year ago
parent 0fa12e0ac1
commit e048e7a2c6
Signed by: MicheleC
GPG Key ID: 2A75B7CA8ADED5CF

@ -51,7 +51,7 @@
#include <tqtoolbutton.h>
#include <tqlayout.h>
#include <kprocess.h>
#include <tdeprocess.h>
#include <klineedit.h>
#include <kinputdialog.h>

@ -52,7 +52,7 @@
#include <tdeversion.h>
#include <kstandarddirs.h>
#include <krun.h>
#include <kprocess.h>
#include <tdeprocess.h>
#include <kiconloader.h>
#include <kshell.h>
#include <tdepopupmenu.h>

@ -41,7 +41,7 @@
#include <kdialog.h>
#include <tdelistview.h>
#include <kiconloader.h>
#include <kprocess.h>
#include <tdeprocess.h>
#include <tdemessagebox.h>

@ -21,7 +21,7 @@
#include <kdebug.h>
#include <kstandarddirs.h>
#include <kprocess.h>
#include <tdeprocess.h>
#include <dcopclient.h>

@ -31,7 +31,7 @@
#include <tqguardedptr.h>
#include <ksharedptr.h>
#include <kprocess.h>
#include <tdeprocess.h>
#include <tdesocketbase.h>
#include <kbufferedsocket.h>
#include <kstreamsocket.h>
@ -525,7 +525,7 @@ void resetNickSelection();
void collectStats(int bytes, int encodedBytes);
/** Called in the server constructor if the preferences are set to run a command on a new server instance.
* This sets up the kprocess, runs it, and connects the signals to call preShellCommandExited when done. */
* This sets up the tdeprocess, runs it, and connects the signals to call preShellCommandExited when done. */
void doPreShellCommand();
protected:

@ -22,7 +22,7 @@
#include <tqclipboard.h>
#include <krun.h>
#include <kprocess.h>
#include <tdeprocess.h>
#include <kshell.h>
#include <kurldrag.h>
#include <kstringhandler.h>

@ -32,7 +32,7 @@
#include <tdelistview.h>
#include <krun.h>
#include <tdefiledialog.h>
#include <kprocess.h>
#include <tdeprocess.h>
#include <tdeversion.h>
#include <kshell.h>
#include <tdelistviewsearchline.h>

Loading…
Cancel
Save