#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: virtual class QStringList keys() const = 0;
   /* ... */
};
#endif // QT_NO_LIBRARY || QT_NO_PICTURE
#endif // QPICTUREFORMATPLUGIN_H