#include <QtGui/qbrush.h>
#ifndef QBRUSH_H
struct QBrushData{
   public: class QAtomic ref;
   public: enum Qt::BrushStyle style;
   public: class QColor color;
   public: class QMatrix transform;
   public: bool hasTransform;
};
#endif // QBRUSH_H