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/khttpproxysocketdevice.cpp | |
parent | a9e58ebc98a82a62ea97a2683fe9175dac973d62 (diff) | |
download | tdelibs-ee0c55320dd17dd6cbef85a9bbaa00259ee7eb9a.tar.gz tdelibs-ee0c55320dd17dd6cbef85a9bbaa00259ee7eb9a.zip |
Rename ksocket and kcache
Diffstat (limited to 'tdecore/network/khttpproxysocketdevice.cpp')
-rw-r--r-- | tdecore/network/khttpproxysocketdevice.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/tdecore/network/khttpproxysocketdevice.cpp b/tdecore/network/khttpproxysocketdevice.cpp index f61559bfb..15a7482ad 100644 --- a/tdecore/network/khttpproxysocketdevice.cpp +++ b/tdecore/network/khttpproxysocketdevice.cpp @@ -31,8 +31,8 @@ #include <tqcstring.h> #include "kresolver.h" -#include "ksocketaddress.h" -#include "ksocketdevice.h" +#include "tdesocketaddress.h" +#include "tdesocketdevice.h" #include "khttpproxysocketdevice.h" using namespace KNetwork; |