From: Frederik Gladhorn Date: Fri, 29 Jul 2011 21:43:01 +0000 (-0700) Subject: Fix typo for ifdef QT_NO_ACCESSIBILITY X-Git-Tag: qt-v5.0.0-alpha1~3760 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=3cdc2ea183c68640b4883ddfa2bbea8e24c5106b;p=profile%2Fivi%2Fqtbase.git 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 Reviewed-by: Frederik Gladhorn --- diff --git a/src/gui/kernel/qwidget.cpp b/src/gui/kernel/qwidget.cpp index 8bfd078..72ff5e9 100644 --- a/src/gui/kernel/qwidget.cpp +++ b/src/gui/kernel/qwidget.cpp @@ -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