diff options
Diffstat (limited to 'tdecore/network/kstreamsocket.cpp')
-rw-r--r-- | tdecore/network/kstreamsocket.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/tdecore/network/kstreamsocket.cpp b/tdecore/network/kstreamsocket.cpp index 3861a4e09..700f9f53f 100644 --- a/tdecore/network/kstreamsocket.cpp +++ b/tdecore/network/kstreamsocket.cpp @@ -29,9 +29,9 @@ #include <tqtimer.h> #include <tqguardedptr.h> -#include "ksocketaddress.h" +#include "tdesocketaddress.h" #include "kresolver.h" -#include "ksocketdevice.h" +#include "tdesocketdevice.h" #include "kstreamsocket.h" using namespace KNetwork; |