summaryrefslogtreecommitdiffstats
path: root/libk3bdevice/k3bcdtext.h
diff options
context:
space:
mode:
Diffstat (limited to 'libk3bdevice/k3bcdtext.h')
-rw-r--r--libk3bdevice/k3bcdtext.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/libk3bdevice/k3bcdtext.h b/libk3bdevice/k3bcdtext.h
index dd78d5e..d172299 100644
--- a/libk3bdevice/k3bcdtext.h
+++ b/libk3bdevice/k3bcdtext.h
@@ -84,7 +84,7 @@ namespace K3bDevice
private:
// TODO: remove this (see above)
- void fixup( TQString& s ) { s.tqreplace( '/', "_" ); s.tqreplace( '\"', "_" ); }
+ void fixup( TQString& s ) { s.replace( '/', "_" ); s.replace( '\"', "_" ); }
TQString m_title;
TQString m_performer;
@@ -177,7 +177,7 @@ namespace K3bDevice
private:
// TODO: remove this (see above)
- void fixup( TQString& s ) { s.tqreplace( '/', "_" ); s.tqreplace( '\"', "_" ); }
+ void fixup( TQString& s ) { s.replace( '/', "_" ); s.replace( '\"', "_" ); }
const TQString& textForPackType( int packType, unsigned int track ) const;
unsigned int textLengthForPackType( int packType ) const;