summaryrefslogtreecommitdiffstats
path: root/kbabel/common/diff.h
diff options
context:
space:
mode:
Diffstat (limited to 'kbabel/common/diff.h')
-rw-r--r--kbabel/common/diff.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/kbabel/common/diff.h b/kbabel/common/diff.h
index 15454f17..214be97c 100644
--- a/kbabel/common/diff.h
+++ b/kbabel/common/diff.h
@@ -81,7 +81,7 @@ typedef enum
inline TQString LCSprinter::getString()
{
- return resultString.join("").tqreplace(TQChar('\n'), ""); //w/o replace we'd get whole line colored
+ return resultString.join("").replace(TQChar('\n'), ""); //w/o replace we'd get whole line colored
}
#endif // DIFF_H