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