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