#include <QtGui/qaccessibleobject.h>
#ifndef QACCESSIBLEOBJECT_H
#ifndef QT_NO_ACCESSIBILITY
class QAccessibleApplication: public QAccessibleObject{
public: virtual int indexOfChild(class QAccessibleInterface const *) const
};
#endif // QT_NO_ACCESSIBILITY
#endif // QACCESSIBLEOBJECT_H