summaryrefslogtreecommitdiffstats
path: root/kmail/tests/utiltests.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'kmail/tests/utiltests.cpp')
-rw-r--r--kmail/tests/utiltests.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/kmail/tests/utiltests.cpp b/kmail/tests/utiltests.cpp
index ec6c1354..d0b3135b 100644
--- a/kmail/tests/utiltests.cpp
+++ b/kmail/tests/utiltests.cpp
@@ -30,8 +30,8 @@ void UtilTester::tearDown()
static TQString makePrintable( const TQCString& str )
{
TQString a = str;
- a = a.tqreplace( '\r', "\\r" );
- a = a.tqreplace( '\n', "\\n" );
+ a = a.replace( '\r', "\\r" );
+ a = a.replace( '\n', "\\n" );
return a;
}
static TQString makePrintable( const TQByteArray& arr )