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