#include <QtGui/qaccessible.h> #ifndef QACCESSIBLE_H #ifndef QT_NO_ACCESSIBILITY class QAccessible{ /* Some contents are skipped to improve readability */ private: static void (* updateHandler)(class QObject*, int, enum QAccessible::Event); /* ... */ }; #endif // QT_NO_ACCESSIBILITY #endif // QACCESSIBLE_H