summaryrefslogtreecommitdiffstats
path: root/konversation/src/server.h
diff options
context:
space:
mode:
Diffstat (limited to 'konversation/src/server.h')
-rw-r--r--konversation/src/server.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/konversation/src/server.h b/konversation/src/server.h
index eff5db9..8b0d6ce 100644
--- a/konversation/src/server.h
+++ b/konversation/src/server.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: