summaryrefslogtreecommitdiffstats
path: root/tdecore/network/kclientsocketbase.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'tdecore/network/kclientsocketbase.cpp')
-rw-r--r--tdecore/network/kclientsocketbase.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/tdecore/network/kclientsocketbase.cpp b/tdecore/network/kclientsocketbase.cpp
index 9785ce36c..f8f993a08 100644
--- a/tdecore/network/kclientsocketbase.cpp
+++ b/tdecore/network/kclientsocketbase.cpp
@@ -148,7 +148,7 @@ bool KClientSocketBase::lookup()
{
if (d->localResolver.serviceName().isNull() &&
!d->localResolver.nodeName().isNull())
- d->localResolver.setServiceName(TQString::tqfromLatin1(""));
+ d->localResolver.setServiceName(TQString::fromLatin1(""));
// don't restart the lookups if they had succeeded and
// the input values weren't changed