summaryrefslogtreecommitdiffstats
path: root/src/k3bmedium.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/k3bmedium.cpp')
-rw-r--r--src/k3bmedium.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/k3bmedium.cpp b/src/k3bmedium.cpp
index 64f856b..e3cf946 100644
--- a/src/k3bmedium.cpp
+++ b/src/k3bmedium.cpp
@@ -411,7 +411,7 @@ TQString K3bMedium::beautifiedVolumeId() const
return oldId;
// replace underscore with space
- else if( c.tqunicode() == 95 ) {
+ else if( c.unicode() == 95 ) {
newId.append( ' ' );
newWord = true;
}