summaryrefslogtreecommitdiffstats
path: root/kdecore/kprocio.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'kdecore/kprocio.cpp')
-rw-r--r--kdecore/kprocio.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/kdecore/kprocio.cpp b/kdecore/kprocio.cpp
index 9159edab5..91c28024f 100644
--- a/kdecore/kprocio.cpp
+++ b/kdecore/kprocio.cpp
@@ -231,7 +231,7 @@ int KProcIO::readln (TQString &line, bool autoAck, bool *partial)
//need to reduce the size of recvbuffer at some point...
- len=recvbuffer.find ('\n',rbi)-rbi;
+ len=recvbuffer.tqfind ('\n',rbi)-rbi;
//kdDebug(174) << "KPIO::readln" << endl;