#include <QtGui/qpixmap.h> #ifndef QPIXMAP_H class QPixmap: public QPaintDevice{ /* Some contents are skipped to improve readability */ private: bool doImageIO(struct QImageWriter* io, int quality) const /* ... */ }; #endif // QPIXMAP_H