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