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