summaryrefslogtreecommitdiffstats
path: root/tdecore/network/ksocketbase.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'tdecore/network/ksocketbase.cpp')
-rw-r--r--tdecore/network/ksocketbase.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/tdecore/network/ksocketbase.cpp b/tdecore/network/ksocketbase.cpp
index 8449dbdc8..f5410f3e8 100644
--- a/tdecore/network/ksocketbase.cpp
+++ b/tdecore/network/ksocketbase.cpp
@@ -309,7 +309,7 @@ int KActiveSocketBase::putch(int ch)
void KActiveSocketBase::setError(int status, SocketError error)
{
KSocketBase::setError(error);
- seStatus(status);
+ setqStatus(status);
}
void KActiveSocketBase::resetError()