diff options
author | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2013-01-25 13:11:41 -0600 |
---|---|---|
committer | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2013-01-25 13:11:41 -0600 |
commit | 8084850061bd3560b73e6663a3f5c1dfbf0c0bed (patch) | |
tree | 16484b01c4cda679371b350cffd48e8208860cea /ksysguard | |
parent | cc74f360bb40da3d79f58048f8e8611804980aa6 (diff) | |
download | tdebase-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')
-rw-r--r-- | ksysguard/gui/ksgrd/SensorSocketAgent.h | 2 |
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; }; |