#include <QtGui/qpixmap.h>
#ifndef QPIXMAP_H
class QPixmap: public QPaintDevice{
   /* Some contents are skipped to improve readability */
   public: inline void fill(struct QWidget const * widget, int xofs, int yofs);
   /* ... */
};
#endif // QPIXMAP_H