summaryrefslogtreecommitdiffstats
path: root/lskat/lskat/KInteractiveConnect.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'lskat/lskat/KInteractiveConnect.cpp')
-rw-r--r--lskat/lskat/KInteractiveConnect.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/lskat/lskat/KInteractiveConnect.cpp b/lskat/lskat/KInteractiveConnect.cpp
index e95dcbe1..d0fe3437 100644
--- a/lskat/lskat/KInteractiveConnect.cpp
+++ b/lskat/lskat/KInteractiveConnect.cpp
@@ -73,7 +73,7 @@ bool KInteractiveConnect::SendMsg(KEMessage *msg)
}
// Try not to use this..prodices just unnecessary string-msg
// conversion
-bool KInteractiveConnect::Send(QString str)
+bool KInteractiveConnect::Send(TQString str)
{
Receive(str);
return true;