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