summaryrefslogtreecommitdiffstats
path: root/konversation/src/dccchat.h
diff options
context:
space:
mode:
Diffstat (limited to 'konversation/src/dccchat.h')
-rw-r--r--konversation/src/dccchat.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/konversation/src/dccchat.h b/konversation/src/dccchat.h
index 1259cdf..855e75a 100644
--- a/konversation/src/dccchat.h
+++ b/konversation/src/dccchat.h
@@ -24,7 +24,7 @@ class Server;
namespace KNetwork
{
- class KServerSocket;
+ class TDEServerSocket;
class KStreamSocket;
}
@@ -94,7 +94,7 @@ class DccChat : public ChatWindow
Konversation::TopicLabel* m_sourceLine;
IRCInput* m_dccChatInput;
KNetwork::KStreamSocket* m_dccSocket;
- KNetwork::KServerSocket* m_listenSocket;
+ KNetwork::TDEServerSocket* m_listenSocket;
TQString m_encoding;