summaryrefslogtreecommitdiffstats
path: root/libk3bdevice/k3bcdtext.cpp
diff options
context:
space:
mode:
authorMichele Calgaro <michele.calgaro@yahoo.it>2024-02-25 14:22:05 +0900
committerMichele Calgaro <michele.calgaro@yahoo.it>2024-02-25 21:28:35 +0900
commit0d811e3e031a8c5f8bbdd292e8795bf192ea2454 (patch)
treed52fcb21a4537960a072815c026d8dd9f2255dbb /libk3bdevice/k3bcdtext.cpp
parentf989f27b342d311a95695cc4120b1d22e55d02b0 (diff)
downloadk3b-0d811e3e.tar.gz
k3b-0d811e3e.zip
Replace Qt with TQt
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it> (cherry picked from commit f5c200ccf0f8066dbbbc38cf36af10bdc54f5a45)
Diffstat (limited to 'libk3bdevice/k3bcdtext.cpp')
-rw-r--r--libk3bdevice/k3bcdtext.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/libk3bdevice/k3bcdtext.cpp b/libk3bdevice/k3bcdtext.cpp
index e195eb1..34dd909 100644
--- a/libk3bdevice/k3bcdtext.cpp
+++ b/libk3bdevice/k3bcdtext.cpp
@@ -556,7 +556,7 @@ TQCString K3bDevice::encodeCdText( const TQString& s, bool* illegalChars )
if( illegalChars )
*illegalChars = false;
- // TODO: do this without QT
+ // TODO: do this without TQt
TQTextCodec* codec = TQTextCodec::codecForName("ISO8859-1");
if( codec ) {
TQCString encoded = codec->fromUnicode( s );