#include <QtGui/qaccessibleobject.h>
#ifndef QACCESSIBLEOBJECT_H
#ifndef QT_NO_ACCESSIBILITY
class QAccessibleObject: public QAccessibleInterface{
   /* Some contents are skipped to improve readability */
   public: explicit QAccessibleObject(class QObject* object);
   /* ... */
};
#endif // QT_NO_ACCESSIBILITY
#endif // QACCESSIBLEOBJECT_H