#include <QtCore/qnamespace.h>
#ifndef QNAMESPACE_H
class QInternal{
   /* Some contents are skipped to improve readability */
   public: enum PaintDeviceFlags{
      UnknownDevice = 0,
      Widget = 1,
      Pixmap = 2,
      Image = 3,
      Printer = 4,
      Picture = 5,
      Pbuffer = 6,
      FramebufferObject = 7,
      CustomRaster = 8,
   };
   /* ... */
};
#endif // QNAMESPACE_H