diff options
Diffstat (limited to 'kopete/protocols/yahoo/libkyahoo/modifyyabtask.h')
-rw-r--r-- | kopete/protocols/yahoo/libkyahoo/modifyyabtask.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/kopete/protocols/yahoo/libkyahoo/modifyyabtask.h b/kopete/protocols/yahoo/libkyahoo/modifyyabtask.h index 3f1da297..bb646a55 100644 --- a/kopete/protocols/yahoo/libkyahoo/modifyyabtask.h +++ b/kopete/protocols/yahoo/libkyahoo/modifyyabtask.h @@ -26,7 +26,7 @@ namespace TDEIO { class TransferJob; } namespace KNetwork { - class KBufferedSocket; + class TDEBufferedSocket; } /** @@ -54,7 +54,7 @@ private slots: void slotRead(); private: TDEIO::TransferJob *m_transferJob; - KNetwork::KBufferedSocket *m_socket; + KNetwork::TDEBufferedSocket *m_socket; TQString m_postData; TQString m_data; Action m_action; |