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 21:28:35 +0900
commit0d811e3e031a8c5f8bbdd292e8795bf192ea2454 (patch)
treed52fcb21a4537960a072815c026d8dd9f2255dbb /src/k3bwelcomewidget.cpp
parentf989f27b342d311a95695cc4120b1d22e55d02b0 (diff)
downloadk3b-0d811e3e031a8c5f8bbdd292e8795bf192ea2454.tar.gz
k3b-0d811e3e031a8c5f8bbdd292e8795bf192ea2454.zip
Replace Qt with TQt
Signed-off-by: Michele Calgaro <[email protected]> (cherry picked from commit f5c200ccf0f8066dbbbc38cf36af10bdc54f5a45)
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;