#include <QtGui/qpictureformatplugin.h>
#ifndef QPICTUREFORMATPLUGIN_H
#if !defined(QT_NO_LIBRARY) && !defined(QT_NO_PICTURE)
class QPictureFormatPlugin: public QObject, public QPictureFormatInterface{
   /* Some contents are skipped to improve readability */
   public: static inline class QString tr(char const * s, char const * c, int n);
   /* ... */
};
#endif // QT_NO_LIBRARY || QT_NO_PICTURE
#endif // QPICTUREFORMATPLUGIN_H