summaryrefslogtreecommitdiffstats
path: root/krename/batchrenamer.h
diff options
context:
space:
mode:
Diffstat (limited to 'krename/batchrenamer.h')
-rw-r--r--krename/batchrenamer.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/krename/batchrenamer.h b/krename/batchrenamer.h
index d024edf..d188b51 100644
--- a/krename/batchrenamer.h
+++ b/krename/batchrenamer.h
@@ -130,8 +130,8 @@ class BatchRenamer {
TQString doReplace( TQString text, TQString find, TQString replace, bool reg ); // text is here already the new filename !
TQString processString( TQString text, TQString oldname, int i );
-
- static TQString & doEscape( TQString text, bool filename = true );
+
+ static TQString & doEscape( TQString & text, bool filename = true );
static TQString & unEscape( TQString & text );
static void escape( TQString & text, const TQString & token, const TQString & sequence );