diff options
Diffstat (limited to 'kopete/protocols/yahoo/libkyahoo/yahoobytestream.h')
-rw-r--r-- | kopete/protocols/yahoo/libkyahoo/yahoobytestream.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/kopete/protocols/yahoo/libkyahoo/yahoobytestream.h b/kopete/protocols/yahoo/libkyahoo/yahoobytestream.h index f4ff3061..692c88be 100644 --- a/kopete/protocols/yahoo/libkyahoo/yahoobytestream.h +++ b/kopete/protocols/yahoo/libkyahoo/yahoobytestream.h @@ -43,7 +43,7 @@ public: virtual bool isOpen () const; virtual void close (); - KNetwork::KBufferedSocket *socket () const; + KNetwork::TDEBufferedSocket *socket () const; signals: void connected (); @@ -59,7 +59,7 @@ private slots: void slotError ( int ); private: - KNetwork::KBufferedSocket *mSocket; + KNetwork::TDEBufferedSocket *mSocket; bool mClosing; }; |