X-Git-Url: https://git.quassel-irc.org/?p=quassel.git;a=blobdiff_plain;f=src%2Fqtui%2Fmainwin.cpp;h=5a484fe02c3d7fbeb4a3815dc52f66e9b7ea6c13;hp=99fe6d526f77ed2cf8880db206cffc7ff763f3be;hb=ab16c77fe03b73a863d9b52b11919bcbac903f58;hpb=7de282e852c2b08c1cb166528a56eeef9d04e348 diff --git a/src/qtui/mainwin.cpp b/src/qtui/mainwin.cpp index 99fe6d52..5a484fe0 100644 --- a/src/qtui/mainwin.cpp +++ b/src/qtui/mainwin.cpp @@ -240,7 +240,7 @@ void MainWin::setupActions() { connect(lockAct, SIGNAL(toggled(bool)), SLOT(on_actionLockLayout_toggled(bool))); coll->addAction("ToggleSearchBar", new Action(SmallIcon("edit-find"), tr("Show &Search Bar"), coll, - 0, 0, tr("Ctrl+F")))->setCheckable(true); + 0, 0, QKeySequence::Find))->setCheckable(true); coll->addAction("ShowAwayLog", new Action(tr("Show Away Log"), coll, this, SLOT(showAwayLog()))); coll->addAction("ToggleStatusBar", new Action(tr("Show Status &Bar"), coll,