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