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