diff options
Diffstat (limited to 'src/rip/k3bpatternparser.h')
-rw-r--r-- | src/rip/k3bpatternparser.h | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/src/rip/k3bpatternparser.h b/src/rip/k3bpatternparser.h index 88a725d..1f2cf86 100644 --- a/src/rip/k3bpatternparser.h +++ b/src/rip/k3bpatternparser.h @@ -17,7 +17,7 @@ #ifndef K3BPATTERNPARSER_H #define K3BPATTERNPARSER_H -#include <qstring.h> +#include <tqstring.h> #include <k3bcddbquery.h> @@ -28,11 +28,11 @@ class K3bPatternParser { public: - static QString parsePattern( const K3bCddbResultEntry& entry, + static TQString parsePattern( const K3bCddbResultEntry& entry, unsigned int trackNumber, - const QString& pattern, - bool replace = false, - const QString& replaceString = "_" ); + const TQString& pattern, + bool tqreplace = false, + const TQString& replaceString = "_" ); private: enum { |