summaryrefslogtreecommitdiffstats
path: root/lskat/lskat/KChildConnect.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'lskat/lskat/KChildConnect.cpp')
-rw-r--r--lskat/lskat/KChildConnect.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/lskat/lskat/KChildConnect.cpp b/lskat/lskat/KChildConnect.cpp
index f74fd10b..679b3f65 100644
--- a/lskat/lskat/KChildConnect.cpp
+++ b/lskat/lskat/KChildConnect.cpp
@@ -75,7 +75,7 @@ void KChildConnect::Receive(TQString input)
// Call us recursive until there are no CR left
len=KEMESSAGE_CR.length();
- pos=input.tqfind(KEMESSAGE_CR);
+ pos=input.find(KEMESSAGE_CR);
if (pos>0)
{
tmp=input.left(pos);