#include <QtGui/qaction.h>
#ifndef QACTION_H
#ifndef QT_NO_ACTION
class QAction: public QObject{
   /* Some contents are skipped to improve readability */
#ifndef QT_NO_SHORTCUT
   public: void setShortcutContext(enum Qt::ShortcutContext context);
#endif
   /* ... */
};
#endif // QT_NO_ACTION
#endif // QACTION_H