#include <QtGui/qevent.h>
#ifndef QEVENT_H
#ifndef QT_NO_ACTION
class QActionEvent: public QEvent{
private: struct QAction* act;
private: struct QAction* bef;
public: QActionEvent(int type, struct QAction* action, struct QAction* before = 0);
public: virtual ~QActionEvent();
public: inline struct QAction* action() const
public: inline struct QAction* before() const
};
#endif
#endif // QEVENT_H