summaryrefslogtreecommitdiffstats
path: root/kopete/protocols/groupwise/gwbytestream.h
diff options
context:
space:
mode:
Diffstat (limited to 'kopete/protocols/groupwise/gwbytestream.h')
-rw-r--r--kopete/protocols/groupwise/gwbytestream.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/kopete/protocols/groupwise/gwbytestream.h b/kopete/protocols/groupwise/gwbytestream.h
index 16e81389..ce7d458e 100644
--- a/kopete/protocols/groupwise/gwbytestream.h
+++ b/kopete/protocols/groupwise/gwbytestream.h
@@ -46,7 +46,7 @@ public:
virtual bool isOpen () const;
virtual void close ();
- KNetwork::KBufferedSocket *socket () const;
+ KNetwork::TDEBufferedSocket *socket () const;
signals:
void connected ();
@@ -62,7 +62,7 @@ private slots:
void slotError ( int );
private:
- KNetwork::KBufferedSocket *mSocket;
+ KNetwork::TDEBufferedSocket *mSocket;
bool mClosing;
};