summaryrefslogtreecommitdiffstats
path: root/knights/io_internet.h
diff options
context:
space:
mode:
Diffstat (limited to 'knights/io_internet.h')
-rw-r--r--knights/io_internet.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/knights/io_internet.h b/knights/io_internet.h
index a5474de..1af639b 100644
--- a/knights/io_internet.h
+++ b/knights/io_internet.h
@@ -31,7 +31,7 @@
#include "tab_seeklist.h"
class KSocket;
-class KProcess;
+class TDEProcess;
class resource;
class core;
class dlg_login;
@@ -116,7 +116,7 @@ class io_internet : public io_base
/* These are used for the connection & logon */
TQFile *Log;
KSocket *socket;
- KProcess *myTimeseal;
+ TDEProcess *myTimeseal;
struct serverResource *myServer;
int loginStage;
unsigned int parseMode;