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