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