#include <QtGui/qgraphicsscene.h>
#ifndef QGRAPHICSSCENE_H
#if !defined(QT_NO_GRAPHICSVIEW) || (QT_EDITION & QT_MODULE_GRAPHICSVIEW) != QT_MODULE_GRAPHICSVIEW
class QGraphicsScene: public QObject{
public: void render(struct QPainter* painter, class QRectF const & target = QRectF::QRectF(), class QRectF const & source = QRectF::QRectF(), enum Qt::AspectRatioMode aspectRatioMode = Qt::KeepAspectRatio);
};
#endif // QT_NO_GRAPHICSVIEW
#endif