#include <QtCore/qnamespace.h> #ifndef QNAMESPACE_H namespace Qt{ enum Key{ /* Some contents are skipped to improve readability */ Key_Dead_Belowdot = 16781920, /* ... */ }; }; #endif // QNAMESPACE_H