#
# Patch managed by http://www.holgerschurig.de/patcher.html
#

--- qt-embedded-opensource-4.0.0-b1/src/gui/kernel/qwidget.cpp~fix-qwidget
+++ qt-embedded-opensource-4.0.0-b1/src/gui/kernel/qwidget.cpp
@@ -6272,7 +6272,9 @@
         ic->update();
 #endif
     // ##### is this correct
+#ifndef QT_NO_ACCESSIBILITY
     QAccessible::updateAccessibility(this, 0, QAccessible::StateChanged);
+#endif
 }