diff options
Diffstat (limited to 'kopete/protocols/msn/webcam.h')
-rw-r--r-- | kopete/protocols/msn/webcam.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/kopete/protocols/msn/webcam.h b/kopete/protocols/msn/webcam.h index d11f8b02..64a555c5 100644 --- a/kopete/protocols/msn/webcam.h +++ b/kopete/protocols/msn/webcam.h @@ -18,7 +18,7 @@ #if MSN_WEBCAM -namespace KNetwork{ class KServerSocket; class KBufferedSocket; } +namespace KNetwork{ class TDEServerSocket; class KBufferedSocket; } class MimicWrapper; class TQLabel; @@ -54,7 +54,7 @@ class Webcam : public TransferContext int getAvailablePort(); - KNetwork::KServerSocket *m_listener; + KNetwork::TDEServerSocket *m_listener; KNetwork::KBufferedSocket *m_webcamSocket; enum WebcamStatus { wsNegotiating , wsConnecting, wsConnected, wsTransfer } ; |