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