#include <QtGui/qbrush.h>
#ifndef QBRUSH_H
class QConicalGradient: public QGradient{
   /* Some contents are skipped to improve readability */
   public: QConicalGradient(qreal cx, qreal cy, qreal startAngle);
   /* ... */
};
#endif // QBRUSH_H