#include <QtGui/qpaintengine.h>
#ifndef QPAINTENGINE_H
class QPaintEngine{
   /* Some contents are skipped to improve readability */
   public: virtual void drawImage(class QRectF const & r, class QImage const & pm, class QRectF const & sr, Qt::ImageConversionFlags flags = Qt::AutoColor);
   /* ... */
};
#endif // QPAINTENGINE_H