summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--ksysguard/gui/ksgrd/SensorSocketAgent.h2
1 files changed, 1 insertions, 1 deletions
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;
};