#include <QtGui/qpicture.h> #ifndef QPICTURE_H #ifndef QT_NO_PICTURE #ifndef QT_NO_PICTUREIO class QPictureIO{ /* Some contents are skipped to improve readability */ public: class QPicture const & picture() const /* ... */ }; #endif //QT_NO_PICTUREIO #endif // QT_NO_PICTURE #endif // QPICTURE_H