X-Git-Url: https://git.quassel-irc.org/?p=quassel.git;a=blobdiff_plain;f=src%2Fqtui%2Fmainwin.h;h=f9130bd5f69bf7b98906c54afdfcdb011a967b29;hp=53548bfedcce659ae9bbc46789bd6b83d3695981;hb=f8275c3b697f1ee43d93bb4e5e688e87ca0405ce;hpb=7f3d50af3f94bd5fc423c83ac21c460da2edf88b diff --git a/src/qtui/mainwin.h b/src/qtui/mainwin.h index 53548bfe..f9130bd5 100644 --- a/src/qtui/mainwin.h +++ b/src/qtui/mainwin.h @@ -114,9 +114,8 @@ class MainWin void showSettingsDlg(); void showNotificationsDlg(); void showIgnoreList(QString newRule = QString()); -#ifdef HAVE_KDE void showShortcutsDlg(); -#endif + void handleCoreConnectionError(const QString &errorMsg); void userAuthenticationRequired(CoreAccount *, bool *valid, const QString &errorMessage); void handleNoSslInClient(bool *accepted);