#include <QtGui/qaccessible.h>
#ifndef QACCESSIBLE_H
#ifndef QT_NO_ACCESSIBILITY
class QAccessibleInterface: public QAccessible{
public: virtual bool doAction(int action, int child, QVariantList const & params = QList::QList()) = 0;
};
#endif // QT_NO_ACCESSIBILITY
#endif // QACCESSIBLE_H