#include <QtGui/qgraphicsitem.h>
#ifndef QGRAPHICSITEM_H
#if !defined(QT_NO_GRAPHICSVIEW) || (QT_EDITION & QT_MODULE_GRAPHICSVIEW) != QT_MODULE_GRAPHICSVIEW
class QGraphicsTextItem: public QObject, public QGraphicsItem{
public: void setDocument(struct QTextDocument* document);
};
#endif
#endif // QT_NO_GRAPHICSVIEW