14 lines
543 B
Diff
14 lines
543 B
Diff
diff --git a/src/kmainwindow.cpp b/src/kmainwindow.cpp
|
|
index c384b67..b8fd216 100644
|
|
--- a/src/kmainwindow.cpp
|
|
+++ b/src/kmainwindow.cpp
|
|
@@ -216,7 +216,7 @@ KMainWindow::KMainWindow(KMainWindowPrivate &dd, QWidget *parent, Qt::WindowFlag
|
|
void KMainWindowPrivate::init(KMainWindow *_q)
|
|
{
|
|
q = _q;
|
|
-#if QT_VERSION >= QT_VERSION_CHECK(5, 6, 0)
|
|
+#if QT_VERSION >= QT_VERSION_CHECK(5, 5, 1)
|
|
QGuiApplication::setFallbackSessionManagementEnabled(false);
|
|
#endif
|
|
q->setAnimated(q->style()->styleHint(QStyle::SH_Widget_Animate, 0, q));
|