#include <QtGui/qpicture.h>
#ifndef QPICTURE_H
#ifndef QT_NO_PICTURE
class QPicture: public QPaintDevice{
   /* Some contents are skipped to improve readability */
   public: bool save(class QString const & fileName, char const * format = 0);
   /* ... */
};
#endif // QT_NO_PICTURE
#endif // QPICTURE_H