diff options
author | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2011-12-21 14:04:05 -0600 |
---|---|---|
committer | Slávek Banko <slavek.banko@axis.cz> | 2012-06-23 15:43:46 +0200 |
commit | a8b27c20ba29466133a261945468006de46d4ad5 (patch) | |
tree | 6eb46cc90fa57f3eeaa758458de805747f13bebc /src/k3bmedium.cpp | |
parent | feae001a0240fdca57cc68779f59f88e6af49335 (diff) | |
download | k3b-a8b27c20ba29466133a261945468006de46d4ad5.tar.gz k3b-a8b27c20ba29466133a261945468006de46d4ad5.zip |
Rename obsolete tq methods to standard names
(cherry picked from commit ba335c4be73ee8e3ae5c6084e889c003825cda44)
Diffstat (limited to 'src/k3bmedium.cpp')
-rw-r--r-- | src/k3bmedium.cpp | 2 |
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; } |