summaryrefslogtreecommitdiffstats
path: root/src/k3bwelcomewidget.cpp
diff options
context:
space:
mode:
authorMichele Calgaro <[email protected]>2024-02-25 14:22:05 +0900
committerMichele Calgaro <[email protected]>2024-02-25 19:22:15 +0900
commitf5c200ccf0f8066dbbbc38cf36af10bdc54f5a45 (patch)
treea608cd53eaf5e7a04fc236776c996cd4940b392c /src/k3bwelcomewidget.cpp
parent7762265fa07270431bf3673b776ffd73c5eba19d (diff)
downloadk3b-f5c200ccf0f8066dbbbc38cf36af10bdc54f5a45.tar.gz
k3b-f5c200ccf0f8066dbbbc38cf36af10bdc54f5a45.zip
Replace Qt with TQt
Signed-off-by: Michele Calgaro <[email protected]>
Diffstat (limited to 'src/k3bwelcomewidget.cpp')
-rw-r--r--src/k3bwelcomewidget.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/k3bwelcomewidget.cpp b/src/k3bwelcomewidget.cpp
index 66b5a7b..8541996 100644
--- a/src/k3bwelcomewidget.cpp
+++ b/src/k3bwelcomewidget.cpp
@@ -438,7 +438,7 @@ void K3bWelcomeWidget::contentsMousePressEvent( TQMouseEvent* e )
}
}
- // menu identifiers in QT are always < 0 (when automatically generated)
+ // menu identifiers in TQt are always < 0 (when automatically generated)
// and unique throughout the entire application!
int r = 0;
int removeAction = 0;