File fix-for-unpatched-qt-5.5.1.diff of Package kglobalaccel.5214
Index: kglobalaccel-5.20.0/src/runtime/main.cpp
===================================================================
--- kglobalaccel-5.20.0.orig/src/runtime/main.cpp
+++ kglobalaccel-5.20.0/src/runtime/main.cpp
@@ -70,7 +70,7 @@ extern "C" Q_DECL_EXPORT int main(int ar
KDBusService service(KDBusService::Unique);
app.setQuitOnLastWindowClosed( false );
-#if QT_VERSION >= QT_VERSION_CHECK(5, 5, 1)
+#if QT_VERSION >= QT_VERSION_CHECK(5, 6, 0)
QGuiApplication::setFallbackSessionManagementEnabled(false);
#endif