Fix typo for ifdef QT_NO_ACCESSIBILITY

Reviewed-by: TrustMe
(cherry picked from commit eaf3b5ff76e4866ef3597110c6e565305c3298ad)

Change-Id: I21df13a24fc5d339c5fcbf38f151c0339e1c87a9
Reviewed-on: http://codereview.qt.nokia.com/3042
Reviewed-by: Qt Sanity Bot <qt_sanity_bot@ovi.com>
Reviewed-by: Frederik Gladhorn <frederik.gladhorn@nokia.com>
This commit is contained in:
Frederik Gladhorn 2011-07-29 14:43:01 -07:00 committed by Qt by Nokia
parent 5dd208b1f4
commit 3cdc2ea183

View File

@ -1680,7 +1680,7 @@ QWidget::~QWidget()
if (!d->children.isEmpty())
d->deleteChildren();
#ifndef QT_NOACCESSIBILITY
#ifndef QT_NO_ACCESSIBILITY
QAccessible::updateAccessibility(this, 0, QAccessible::ObjectDestroyed);
#endif