aboutsummaryrefslogtreecommitdiff
path: root/src/ui/jumptotrackdialog.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/ui/jumptotrackdialog.cpp')
-rw-r--r--src/ui/jumptotrackdialog.cpp6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/ui/jumptotrackdialog.cpp b/src/ui/jumptotrackdialog.cpp
index 2c8703818..815740bcd 100644
--- a/src/ui/jumptotrackdialog.cpp
+++ b/src/ui/jumptotrackdialog.cpp
@@ -50,9 +50,9 @@ JumpToTrackDialog::JumpToTrackDialog(PlayListManager *manager, QWidget* parent)
SIGNAL(currentRowChanged(const QModelIndex&,const QModelIndex&)),
this,SLOT(queueUnqueue(const QModelIndex&,const QModelIndex&)));
- new QShortcut(QKeySequence("Q"),this,SLOT(on_queuePushButton_clicked()));
- new QShortcut(QKeySequence("J"),this,SLOT(on_jumpToPushButton_clicked()));
- new QShortcut(QKeySequence("F5"),this,SLOT(on_refreshPushButton_clicked()));
+ new QShortcut(tr("Q"),this,SLOT(on_queuePushButton_clicked()));
+ new QShortcut(tr("J"),this,SLOT(on_jumpToPushButton_clicked()));
+ new QShortcut(tr("F5"),this,SLOT(on_refreshPushButton_clicked()));
QAction *selectSongViewAction = new QAction(filterLineEdit);
selectSongViewAction->setShortcut(Qt::Key_Down);