#include <QtGui/qevent.h>
#ifndef QEVENT_H
#ifndef QT_NO_INPUTMETHOD
class QInputMethodEvent: public QEvent{
public: class Attribute{
public: inline Attribute(enum QInputMethodEvent::AttributeType t, int s, int l, class QVariant val);
};
};
#endif // QT_NO_INPUTMETHOD
#endif // QEVENT_H