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