#include <QtGui/qpaintdevice.h>
#ifndef QPAINTDEVICE_H
class QPaintDevice{
   /* Some contents are skipped to improve readability */
   protected: ushort painters;
   /* ... */
};
#endif // QPAINTDEVICE_H