diff options
author | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2012-01-30 12:21:03 -0600 |
---|---|---|
committer | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2012-01-30 12:21:03 -0600 |
commit | ee0c55320dd17dd6cbef85a9bbaa00259ee7eb9a (patch) | |
tree | 6b25232ad7f7cc0d7a0c9c82c4cd644613bcc3a7 /tdecore/network/kclientsocketbase.cpp | |
parent | a9e58ebc98a82a62ea97a2683fe9175dac973d62 (diff) | |
download | tdelibs-ee0c55320dd17dd6cbef85a9bbaa00259ee7eb9a.tar.gz tdelibs-ee0c55320dd17dd6cbef85a9bbaa00259ee7eb9a.zip |
Rename ksocket and kcache
Diffstat (limited to 'tdecore/network/kclientsocketbase.cpp')
-rw-r--r-- | tdecore/network/kclientsocketbase.cpp | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/tdecore/network/kclientsocketbase.cpp b/tdecore/network/kclientsocketbase.cpp index f8f993a08..780a5ec71 100644 --- a/tdecore/network/kclientsocketbase.cpp +++ b/tdecore/network/kclientsocketbase.cpp @@ -28,10 +28,10 @@ #include <tqtimer.h> #include <tqmutex.h> -#include "ksocketaddress.h" +#include "tdesocketaddress.h" #include "kresolver.h" -#include "ksocketbase.h" -#include "ksocketdevice.h" +#include "tdesocketbase.h" +#include "tdesocketdevice.h" #include "kclientsocketbase.h" using namespace KNetwork; |