#include <QtCore/qnamespace.h>
#ifndef QNAMESPACE_H
class QInternal{
   /* Some contents are skipped to improve readability */
   public: enum RelayoutType{
      RelayoutNormal = 0,
      RelayoutDragging = 1,
      RelayoutDropped = 2,
   };
   /* ... */
};
#endif // QNAMESPACE_H