summaryrefslogtreecommitdiffstats
path: root/libk3bdevice
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 19:22:15 +0900
commitf5c200ccf0f8066dbbbc38cf36af10bdc54f5a45 (patch)
treea608cd53eaf5e7a04fc236776c996cd4940b392c /libk3bdevice
parent7762265fa07270431bf3673b776ffd73c5eba19d (diff)
downloadk3b-f5c200ccf0f8066dbbbc38cf36af10bdc54f5a45.tar.gz
k3b-f5c200ccf0f8066dbbbc38cf36af10bdc54f5a45.zip
Replace Qt with TQt
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
Diffstat (limited to 'libk3bdevice')
-rw-r--r--libk3bdevice/k3bcdtext.cpp2
-rw-r--r--libk3bdevice/k3bconnection.h2
2 files changed, 2 insertions, 2 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 );
diff --git a/libk3bdevice/k3bconnection.h b/libk3bdevice/k3bconnection.h
index 532fd46..9deb458 100644
--- a/libk3bdevice/k3bconnection.h
+++ b/libk3bdevice/k3bconnection.h
@@ -38,7 +38,7 @@ namespace K3bDevice {
class Device;
/**
- * This is a simple wrapper which creates QT signals whenever a new optical
+ * This is a simple wrapper which creates TQt signals whenever a new optical
* drive is plugged into the system or one is unplugged.
*
* The Connection class also handles media changes. Whenever a new medium is inserted