diff options
Diffstat (limited to 'kdeui/preparetips')
-rwxr-xr-x | kdeui/preparetips | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/kdeui/preparetips b/kdeui/preparetips index e69e11255..baeaaf3b4 100755 --- a/kdeui/preparetips +++ b/kdeui/preparetips @@ -14,10 +14,10 @@ sub printText if ( $text cmp "" ) { - # tqreplace \ with \\ + # replace \ with \\ $text =~ s/\\/\\\\/g; - # tqreplace " with \" + # replace " with \" $text =~ s/"/\\"/g; print "\"$text\\n\"\n"; |