#include <QtGui/qpicture.h>
#ifndef QPICTURE_H
#ifndef QT_NO_PICTURE
class QPicture: public QPaintDevice{
   /* Some contents are skipped to improve readability */
   private: bool exec(struct QPainter* p, class QDataStream& ds, int i);
   /* ... */
};
#endif // QT_NO_PICTURE
#endif // QPICTURE_H