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