#include <QtGui/qpicture.h>
#ifndef QPICTURE_H
#ifndef QT_NO_PICTURE
#ifndef QT_NO_PICTUREIO
class QPictureIO{
public: static void defineIOHandler(char const * format, char const * header, char const * flags, picture_io_handler read_picture, picture_io_handler write_picture);
};
#endif //QT_NO_PICTUREIO
#endif // QT_NO_PICTURE
#endif // QPICTURE_H