diff options
| author | Michele Calgaro <michele.calgaro@yahoo.it> | 2024-02-25 14:22:05 +0900 |
|---|---|---|
| committer | Michele Calgaro <michele.calgaro@yahoo.it> | 2024-02-25 21:28:35 +0900 |
| commit | 0d811e3e031a8c5f8bbdd292e8795bf192ea2454 (patch) | |
| tree | d52fcb21a4537960a072815c026d8dd9f2255dbb /src/projects/k3baudiotrackview.cpp | |
| parent | f989f27b342d311a95695cc4120b1d22e55d02b0 (diff) | |
| download | k3b-0d811e3e031a8c5f8bbdd292e8795bf192ea2454.tar.gz k3b-0d811e3e031a8c5f8bbdd292e8795bf192ea2454.zip | |
Replace Qt with TQt
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
(cherry picked from commit f5c200ccf0f8066dbbbc38cf36af10bdc54f5a45)
Diffstat (limited to 'src/projects/k3baudiotrackview.cpp')
| -rw-r--r-- | src/projects/k3baudiotrackview.cpp | 2 |
1 files changed, 1 insertions, 1 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 ); |
