┌   ┐
54
└   ┘

summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLaurent Montel <[email protected]>2022-01-15 17:44:36 +0100
committerLaurent Montel <[email protected]>2022-01-15 17:44:36 +0100
commita286506405550fe299e1f4a5fd73543e642655a0 (patch)
tree078d6fe05c01947630b3b76e3ba24977b1fd49b6
parentc21a02bcab3e8188c4c9b431cd6b506402d2b87d (diff)
We depend against kf5.91
-rw-r--r--src/dolphinmainwindow.cpp3
1 files changed, 0 insertions, 3 deletions
diff --git a/src/dolphinmainwindow.cpp b/src/dolphinmainwindow.cpp
index 644989be0..ef671e820 100644
--- a/src/dolphinmainwindow.cpp
+++ b/src/dolphinmainwindow.cpp
@@ -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);