X-Git-Url: https://git.quassel-irc.org/?a=blobdiff_plain;f=src%2Fqtui%2Fmainwin.h;h=900354b10d737716ae0f15ca5dc76a97340dbdc0;hb=60bf8c5270a523172fd4e4dd4768058af612439f;hp=444442668151ffc73268fa04a60c79b4225721d8;hpb=8379f6f725cf8ed2fdad1a19bd10743436c2d086;p=quassel.git diff --git a/src/qtui/mainwin.h b/src/qtui/mainwin.h index 44444266..900354b1 100644 --- a/src/qtui/mainwin.h +++ b/src/qtui/mainwin.h @@ -123,6 +123,7 @@ private slots: void showNotificationsDlg(); void showIgnoreList(QString newRule = QString()); void showShortcutsDlg(); + void showPasswordChangeDlg(); void showNewTransferDlg(const ClientTransfer *transfer); void onFullScreenToggled(); @@ -164,12 +165,9 @@ private slots: void changeActiveBufferView(bool backwards); void changeActiveBufferView(int bufferViewId); - void showChangePasswordDialog(); - signals: void connectToCore(const QVariantMap &connInfo); void disconnectFromCore(); - void changePassword(QString newPassword); private: #ifdef HAVE_KDE