#include <QtGui/qimage.h>
#ifndef QIMAGE_H
class QImage: public QPaintDevice{
   /* Some contents are skipped to improve readability */
#ifndef QT_NO_CAST_FROM_ASCII
   public: explicit QImage(char const * fileName, char const * format = 0);
#endif
   /* ... */
};
#endif // QIMAGE_H