#include <QtGui/qpixmap.h>
#ifndef QPIXMAP_H
class QPixmap: public QPaintDevice{
   /* Some contents are skipped to improve readability */
   public: bool save(class QIODevice* device, char const * format = 0, int quality = -1) const
   /* ... */
};
#endif // QPIXMAP_H