diff options
Diffstat (limited to 'src/rip/k3bpatternparser.h')
-rw-r--r-- | src/rip/k3bpatternparser.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/rip/k3bpatternparser.h b/src/rip/k3bpatternparser.h index 1f2cf86..3cf79e1 100644 --- a/src/rip/k3bpatternparser.h +++ b/src/rip/k3bpatternparser.h @@ -31,7 +31,7 @@ class K3bPatternParser static TQString parsePattern( const K3bCddbResultEntry& entry, unsigned int trackNumber, const TQString& pattern, - bool tqreplace = false, + bool replace = false, const TQString& replaceString = "_" ); private: |