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