#include <QtGui/qpaintengine.h>
#ifndef QPAINTENGINE_H
class QPaintEngine{
   /* Some contents are skipped to improve readability */
   private: inline struct QPaintEnginePrivate const * d_func() const
   /* ... */
};
#endif // QPAINTENGINE_H