#include <QtGui/qaction.h>
#ifndef QACTION_H
#ifndef QT_NO_ACTION
class QAction: public QObject{
#ifndef QT_NO_SHORTCUT
public: void setShortcuts(class QList < class QKeySequence > const & shortcuts);
#endif
};
#endif // QT_NO_ACTION
#endif // QACTION_H