summaryrefslogtreecommitdiffstats
path: root/src/diff.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/diff.cpp')
-rw-r--r--src/diff.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/diff.cpp b/src/diff.cpp
index 9ead57f..136275c 100644
--- a/src/diff.cpp
+++ b/src/diff.cpp
@@ -459,7 +459,7 @@ void SourceData::readAndPreprocess( TQTextCodec* pEncoding, bool bAutoDetectUnic
#ifdef _WIN32
TQString catCmd = "type";
- fileNameIn1.tqreplace( '/', "\\" );
+ fileNameIn1.replace( '/', "\\" );
#else
TQString catCmd = "cat";
#endif