diff -r 9c26d66d4c53 -r 4a84d7e444d8 headingobj.h --- a/headingobj.h Wed Apr 25 16:02:54 2007 +0000 +++ b/headingobj.h Thu Jan 21 11:56:57 2010 +0000 @@ -17,7 +17,8 @@ virtual void positionBBox(); virtual void calcBBoxSize(); private: - QGraphicsSimpleTextItem* newLine(QString); // generate new textline +// QGraphicsSimpleTextItem* newLine(QString); // generate new textline + QGraphicsTextItem* newLine(QString); // generate new textline public: virtual void setText(QString); virtual QString text(); @@ -32,7 +33,8 @@ protected: QString heading; int textwidth; // width for formatting text - QList textline; // a part of e.g. the parabel +// QList textline; // a part of e.g. the parabel + QList textline; // a part of e.g. the parabel QColor color; QFont font; };