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