#include <QtGui/qpicture.h>
#ifndef QPICTURE_H
#ifndef QT_NO_PICTURE
#ifndef QT_NO_PICTUREIO
class QPictureIO{
public: QPictureIO(class QString const & fileName, char const * format);
};
#endif //QT_NO_PICTUREIO
#endif // QT_NO_PICTURE
#endif // QPICTURE_H