#include <QtGui/qaccessible.h>
#ifndef QACCESSIBLE_H
#ifndef QT_NO_ACCESSIBILITY
class QAccessibleInterface: public QAccessible{
   /* Some contents are skipped to improve readability */
   public: virtual class QFlags < enum QAccessible::RelationFlag > relationTo(int child, class QAccessibleInterface const * other, int otherChild) const = 0;
   /* ... */
};
#endif // QT_NO_ACCESSIBILITY
#endif // QACCESSIBLE_H