diff options
Diffstat (limited to 'kopete/protocols/yahoo/libkyahoo/sendpicturetask.h')
-rw-r--r-- | kopete/protocols/yahoo/libkyahoo/sendpicturetask.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/kopete/protocols/yahoo/libkyahoo/sendpicturetask.h b/kopete/protocols/yahoo/libkyahoo/sendpicturetask.h index 6a985665..2e16797f 100644 --- a/kopete/protocols/yahoo/libkyahoo/sendpicturetask.h +++ b/kopete/protocols/yahoo/libkyahoo/sendpicturetask.h @@ -26,7 +26,7 @@ namespace TDEIO { class TransferJob; } namespace KNetwork { - class KBufferedSocket; + class TDEBufferedSocket; } /** @@ -72,7 +72,7 @@ private: TQString m_url; int m_transmitted; TQFile *m_file; - KNetwork::KBufferedSocket *m_socket; + KNetwork::TDEBufferedSocket *m_socket; }; #endif |