#include <QtGui/qaccessible.h>
#ifndef QACCESSIBLE_H
#ifndef QT_NO_ACCESSIBILITY
class QAccessible{
public: static void updateAccessibility(class QObject*, int who, enum QAccessible::Event reason);
};
#endif // QT_NO_ACCESSIBILITY
#endif // QACCESSIBLE_H