#include <QtGui/qbrush.h> #ifndef QBRUSH_H class QLinearGradient: public QGradient{ /* Some contents are skipped to improve readability */ public: void setStart(class QPointF const & start); /* ... */ }; #endif // QBRUSH_H