#include <QtGui/qpictureformatplugin.h>
#ifndef QPICTUREFORMATPLUGIN_H
#if !defined(QT_NO_LIBRARY) && !defined(QT_NO_PICTURE)
struct QPictureFormatInterface: public QFactoryInterface{
   /* Some contents are skipped to improve readability */
   public: virtual bool loadPicture(class QString const & format, class QString const & filename, struct QPicture*) = 0;
   /* ... */
};
#endif // QT_NO_LIBRARY || QT_NO_PICTURE
#endif // QPICTUREFORMATPLUGIN_H