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