#include <QtGui/qkeysequence.h>
#ifndef QKEYSEQUENCE_H
#ifndef QT_NO_SHORTCUT
class QKeySequence{
   /* Some contents are skipped to improve readability */
   public: QKeySequence(int k1, int k2 = 0, int k3 = 0, int k4 = 0);
   /* ... */
};
#else
#endif // QT_NO_SHORTCUT
#endif // QKEYSEQUENCE_H