X-Git-Url: https://git.quassel-irc.org/?p=quassel.git;a=blobdiff_plain;f=src%2Fqtui%2Fmainwin.cpp;h=fe1a0d0639d8bed4e27e1de3896b7d5cbcb8b415;hp=a7e50d256c646c68ac5b8aac948375528b19b90b;hb=da1a6f40b28d65e5b6a5a03e62f9b2604c3f00a7;hpb=957c473ed82455969dde581036afcf8d8c58e156 diff --git a/src/qtui/mainwin.cpp b/src/qtui/mainwin.cpp index a7e50d25..fe1a0d06 100644 --- a/src/qtui/mainwin.cpp +++ b/src/qtui/mainwin.cpp @@ -397,7 +397,7 @@ void MainWin::setupActions() // File coll->addAction("ConnectCore", new Action(icon::get("connect-quassel"), tr("&Connect to Core..."), coll, this, SLOT(showCoreConnectionDlg()))); - coll->addAction("DisconnectCore", new Action(icon::get("disconnect-quassel", ":/pics/quassel-eye.png"), tr("&Disconnect from Core"), coll, + coll->addAction("DisconnectCore", new Action(icon::get("disconnect-quassel"), tr("&Disconnect from Core"), coll, Client::instance(), SLOT(disconnectFromCore()))); coll->addAction("ChangePassword", new Action(icon::get("dialog-password"), tr("Change &Password..."), coll, this, SLOT(showPasswordChangeDlg())));