#include <QtGui/qpictureformatplugin.h>
#ifndef QPICTUREFORMATPLUGIN_H
#if !defined(QT_NO_LIBRARY) && !defined(QT_NO_PICTURE)
class QPictureFormatPlugin: public QObject, public QPictureFormatInterface{
public: virtual struct QMetaObject const * metaObject() const
};
#endif // QT_NO_LIBRARY || QT_NO_PICTURE
#endif // QPICTUREFORMATPLUGIN_H