#include <QtGui/qaccessible.h>
#ifndef QACCESSIBLE_H
#ifndef QT_NO_ACCESSIBILITY
class QAccessibleInterface: public QAccessible{
public: class QVariant invokeMethod(enum QAccessible::Method method, int child = 0, QVariantList const & params = QList::QList());
};
#endif // QT_NO_ACCESSIBILITY
#endif // QACCESSIBLE_H