#include <QtGui/qpainter.h> #ifndef QPAINTER_H class QPainter{ /* Some contents are skipped to improve readability */ #ifndef QT_NO_PICTURE public: void drawPicture(class QPointF const & p, struct QPicture const & picture); #endif /* ... */ }; #endif // QPAINTER_H