summaryrefslogtreecommitdiffstats
path: root/lskat/lskat/KInputChildProcess.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'lskat/lskat/KInputChildProcess.cpp')
-rw-r--r--lskat/lskat/KInputChildProcess.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/lskat/lskat/KInputChildProcess.cpp b/lskat/lskat/KInputChildProcess.cpp
index 5ba87e96..bd78235c 100644
--- a/lskat/lskat/KInputChildProcess.cpp
+++ b/lskat/lskat/KInputChildProcess.cpp
@@ -55,7 +55,7 @@ bool KInputChildProcess::exec()
s=inputbuffer+s;
// printf("ChildABC '%s'\n",(const char *)s);
// fflush(stdout);
- pos=s.tqfindRev(KEMESSAGE_CR);
+ pos=s.findRev(KEMESSAGE_CR);
if (pos<0)
{
inputbuffer=s;