diff options
Diffstat (limited to 'tqtinterface/qt4/tools/assistant/main.cpp')
| -rw-r--r-- | tqtinterface/qt4/tools/assistant/main.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/tqtinterface/qt4/tools/assistant/main.cpp b/tqtinterface/qt4/tools/assistant/main.cpp index 42b5819..8b60a9e 100644 --- a/tqtinterface/qt4/tools/assistant/main.cpp +++ b/tqtinterface/qt4/tools/assistant/main.cpp @@ -107,8 +107,8 @@ void AssistantSocket::readClient() while ( canReadLine() ) link = readLine(); if ( !link.isNull() ) { - link = link.tqreplace( "\n", "" ); - link = link.tqreplace( "\r", "" ); + link = link.replace( "\n", "" ); + link = link.replace( "\r", "" ); emit showLinkRequest( link ); } } |
