diff --git a/ksysguard/gui/ksgrd/SensorSocketAgent.h b/ksysguard/gui/ksgrd/SensorSocketAgent.h index b7d0e37c9..7b9062f17 100644 --- a/ksysguard/gui/ksgrd/SensorSocketAgent.h +++ b/ksysguard/gui/ksgrd/SensorSocketAgent.h @@ -62,7 +62,7 @@ class SensorSocketAgent : public SensorAgent bool writeMsg( const char *msg, int len ); bool txReady(); - KNetwork::KBufferedSocket mSocket; + KNetwork::TDEBufferedSocket mSocket; int mPort; };