#include <QtGui/qpicture.h>
#ifndef QPICTURE_H
#ifndef QT_NO_PICTURE
#ifndef QT_NO_PICTUREIO
class QPictureIO{
   /* Some contents are skipped to improve readability */
   public: static class QByteArray pictureFormat(class QIODevice*);
   /* ... */
};
#endif //QT_NO_PICTUREIO
#endif // QT_NO_PICTURE
#endif // QPICTURE_H