diff -r 9c26d66d4c53 -r 16a8ef1d82b2 headingobj.h --- a/headingobj.h Wed Apr 25 16:02:54 2007 +0000 +++ b/headingobj.h Fri Oct 02 09:40:57 2009 +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; };