#include <QtGui/qpixmap.h>
#ifndef QPIXMAP_H
class QPixmap: public QPaintDevice{
   /* Some contents are skipped to improve readability */
   public: static struct QMatrix trueMatrix(struct QMatrix const & m, int w, int h);
   /* ... */
};
#endif // QPIXMAP_H