summaryrefslogtreecommitdiffstats
path: root/src/projects
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 /src/projects
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 'src/projects')
-rw-r--r--src/projects/k3baudiotrackview.cpp2
-rw-r--r--src/projects/k3baudioview.cpp2
-rw-r--r--src/projects/k3bvcdtrackdialog.cpp2
-rw-r--r--src/projects/k3bvcdview.cpp2
4 files changed, 4 insertions, 4 deletions
diff --git a/src/projects/k3baudiotrackview.cpp b/src/projects/k3baudiotrackview.cpp
index 523be5a..d20658e 100644
--- a/src/projects/k3baudiotrackview.cpp
+++ b/src/projects/k3baudiotrackview.cpp
@@ -451,7 +451,7 @@ K3bAudioTrackViewItem* K3bAudioTrackView::getTrackViewItem( K3bAudioTrack* track
// so the user may not change the cd-text until the one from the
// file is loaded.
//
- // Since for some reason QT thinks it's bad to open disabled items
+ // Since for some reason TQt thinks it's bad to open disabled items
// we need to open it before disabling it
//
newItem->showSources( track->numberSources() != 1 );
diff --git a/src/projects/k3baudioview.cpp b/src/projects/k3baudioview.cpp
index 17e47eb..7c46e04 100644
--- a/src/projects/k3baudioview.cpp
+++ b/src/projects/k3baudioview.cpp
@@ -37,7 +37,7 @@
#include <tdeactionclasses.h>
#include <k3bprojectplugin.h>
-// QT-includes
+// TQt includes
#include <tqlayout.h>
#include <tqstring.h>
diff --git a/src/projects/k3bvcdtrackdialog.cpp b/src/projects/k3bvcdtrackdialog.cpp
index 0016e2a..1db26c7 100644
--- a/src/projects/k3bvcdtrackdialog.cpp
+++ b/src/projects/k3bvcdtrackdialog.cpp
@@ -13,7 +13,7 @@
* See the file "COPYING" for the exact licensing terms.
*/
-// TQt Includes
+// TQt includes
#include <tqbuttongroup.h>
#include <tqcheckbox.h>
#include <tqcombobox.h>
diff --git a/src/projects/k3bvcdview.cpp b/src/projects/k3bvcdview.cpp
index 82397c2..ac562b3 100644
--- a/src/projects/k3bvcdview.cpp
+++ b/src/projects/k3bvcdview.cpp
@@ -13,7 +13,7 @@
* See the file "COPYING" for the exact licensing terms.
*/
-// QT-includes
+// TQt includes
#include <tqlayout.h>
#include <tqstring.h>