We depend against kf5.91

This commit is contained in:
Laurent Montel 2022-01-15 17:44:36 +01:00
parent c21a02bcab
commit a286506405

View file

@ -64,7 +64,6 @@
#include <KUrlNavigator>
#include <KWindowSystem>
#include <KXMLGUIFactory>
#include <kxmlgui_version.h>
#include <kio_version.h>
@ -123,9 +122,7 @@ DolphinMainWindow::DolphinMainWindow() :
setComponentName(QStringLiteral("dolphin"), QGuiApplication::applicationDisplayName());
setObjectName(QStringLiteral("Dolphin#"));
#if KXMLGUI_VERSION >= QT_VERSION_CHECK(5, 88, 0)
setStateConfigGroup("State");
#endif
connect(&DolphinNewFileMenuObserver::instance(), &DolphinNewFileMenuObserver::errorMessage,
this, &DolphinMainWindow::showErrorMessage);