summaryrefslogtreecommitdiffstats
path: root/ksirc/KSTicker/ksttest.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'ksirc/KSTicker/ksttest.cpp')
-rw-r--r--ksirc/KSTicker/ksttest.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/ksirc/KSTicker/ksttest.cpp b/ksirc/KSTicker/ksttest.cpp
index 904aedf1..581bd2dc 100644
--- a/ksirc/KSTicker/ksttest.cpp
+++ b/ksirc/KSTicker/ksttest.cpp
@@ -46,7 +46,7 @@ void StdInTicker::readsocket(int socket)
int bytes = read(socket, buf, 1024);
if(bytes){
TQCString str(buf, bytes);
- str.tqreplace(TQRegExp("\n"), " // ");
+ str.replace(TQRegExp("\n"), " // ");
mergeString(str);
}
}