diff options
Diffstat (limited to 'src/k3bwelcomewidget.cpp')
-rw-r--r-- | src/k3bwelcomewidget.cpp | 2 |
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; |