#include <QtGui/qaccessibleobject.h>
#ifndef QACCESSIBLEOBJECT_H
#ifndef QT_NO_ACCESSIBILITY
class QAccessibleObjectEx: public QAccessibleInterfaceEx{
   /* Some contents are skipped to improve readability */
   private: QAccessibleObjectEx(class QAccessibleObjectEx const &);
   /* ... */
};
#endif // QT_NO_ACCESSIBILITY
#endif // QACCESSIBLEOBJECT_H