diff options
| author | Laurent Montel <[email protected]> | 2022-01-15 17:44:36 +0100 |
|---|---|---|
| committer | Laurent Montel <[email protected]> | 2022-01-15 17:44:36 +0100 |
| commit | a286506405550fe299e1f4a5fd73543e642655a0 (patch) | |
| tree | 078d6fe05c01947630b3b76e3ba24977b1fd49b6 /src | |
| parent | c21a02bcab3e8188c4c9b431cd6b506402d2b87d (diff) | |
We depend against kf5.91
Diffstat (limited to 'src')
| -rw-r--r-- | src/dolphinmainwindow.cpp | 3 |
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); |
