#include <QtGui/qaccessiblewidget.h>
#ifndef QACCESSIBLEWIDGET_H
#ifndef QT_NO_ACCESSIBILITY
class QAccessibleWidget: public QAccessibleObject{
public: virtual class QFlags < enum QAccessible::RelationFlag > relationTo(int child, class QAccessibleInterface const * other, int otherChild) const
};
#endif // QT_NO_ACCESSIBILITY
#endif // QACCESSIBLEWIDGET_H