#include <QtGui/qpainter.h> #ifndef QPAINTER_H class QPainter{ /* Some contents are skipped to improve readability */ public: void fillPath(struct QPainterPath const & path, class QBrush const & brush); /* ... */ }; #endif // QPAINTER_H