#include <QtGui/qaccessible.h> #ifndef QACCESSIBLE_H #ifndef QT_NO_ACCESSIBILITY class QAccessibleEvent: public QEvent{ /* Some contents are skipped to improve readability */ public: inline class QString value() const /* ... */ }; #endif // QT_NO_ACCESSIBILITY #endif // QACCESSIBLE_H