#include <QtGui/qaccessible.h>
#ifndef QACCESSIBLE_H
#ifndef QT_NO_ACCESSIBILITY
class QAccessibleInterface: public QAccessible{
public: virtual int navigate(enum QAccessible::RelationFlag relation, int index, class QAccessibleInterface* * iface) const = 0;
};
#endif // QT_NO_ACCESSIBILITY
#endif // QACCESSIBLE_H