#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: struct QGraphicsTextItem* addText(class QString const & text, class QFont const & font = QFont::QFont());
};
#endif // QT_NO_GRAPHICSVIEW
#endif