diff options
Diffstat (limited to 'tdecore/tests/kresolvertest.cpp')
-rw-r--r-- | tdecore/tests/kresolvertest.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tdecore/tests/kresolvertest.cpp b/tdecore/tests/kresolvertest.cpp index c5640dc09..6e1a3080f 100644 --- a/tdecore/tests/kresolvertest.cpp +++ b/tdecore/tests/kresolvertest.cpp @@ -213,7 +213,7 @@ bool testKernel() printf("succeeded\n"); - KSocketAddress *ksin = KExtendedSocket::localAddress(sock); + TDESocketAddress *ksin = KExtendedSocket::localAddress(sock); if (ksin != NULL) { printf("\tWe got socket %s\n", (const char*)ksin->pretty().latin1()); |