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