diff -r 9c26d66d4c53 -r fac2248e2afa headingobj.h --- a/headingobj.h Wed Apr 25 16:02:54 2007 +0000 +++ b/headingobj.h Mon Mar 08 12:22:15 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; };