summaryrefslogtreecommitdiffstats
path: root/kio/kio/connection.h
diff options
context:
space:
mode:
Diffstat (limited to 'kio/kio/connection.h')
-rw-r--r--kio/kio/connection.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/kio/kio/connection.h b/kio/kio/connection.h
index a30131af8..720e4e935 100644
--- a/kio/kio/connection.h
+++ b/kio/kio/connection.h
@@ -30,10 +30,10 @@
#include <tqptrlist.h>
#include <tqobject.h>
-class KSocket;
+class TDESocket;
class TQSocketNotifier;
-namespace KIO {
+namespace TDEIO {
struct KIO_EXPORT Task {
int cmd;
@@ -62,7 +62,7 @@ namespace KIO {
* @param sock the socket to use
* @see inited()
*/
- void init(KSocket *sock);
+ void init(TDESocket *sock);
/**
* Initialize the connection to use the given file
* descriptors.
@@ -143,7 +143,7 @@ namespace KIO {
private:
int fd_in;
FILE *f_out;
- KSocket *socket;
+ TDESocket *socket;
TQSocketNotifier *notifier;
TQObject *receiver;
const char *member;