#include <QtSvg/qgraphicssvgitem.h>
#ifndef QGRAPHICSSVGITEM_H
#ifndef QT_NO_GRAPHICSVIEW
class QGraphicsSvgItem: public QObject, public QGraphicsItem{
public: virtual void paint(struct QPainter* painter, struct QStyleOptionGraphicsItem const * option, struct QWidget* widget = 0);
};
#endif // QT_NO_GRAPHICSVIEW
#endif // QGRAPHICSSVGITEM_H