summaryrefslogtreecommitdiffstats
path: root/ksysguard/gui/ksgrd
diff options
context:
space:
mode:
authorTimothy Pearson <kb9vqf@pearsoncomputing.net>2013-01-25 13:11:41 -0600
committerTimothy Pearson <kb9vqf@pearsoncomputing.net>2013-01-25 13:11:41 -0600
commit8084850061bd3560b73e6663a3f5c1dfbf0c0bed (patch)
tree16484b01c4cda679371b350cffd48e8208860cea /ksysguard/gui/ksgrd
parentcc74f360bb40da3d79f58048f8e8611804980aa6 (diff)
downloadtdebase-8084850061bd3560b73e6663a3f5c1dfbf0c0bed.tar.gz
tdebase-8084850061bd3560b73e6663a3f5c1dfbf0c0bed.zip
Rename KServer, KSocket, KIO_EXPORT, KIOInput, KIOJob, KIOConfig, KIOBuffer, and KBuffer to avoid conflicts with KDE4
Diffstat (limited to 'ksysguard/gui/ksgrd')
-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;
};