diff -r fb74fa7bfb4c -r 9ae68208e2ff headingobj.h --- a/headingobj.h Mon Feb 12 09:28:47 2007 +0000 +++ b/headingobj.h Mon Feb 19 12:01:52 2007 +0000 @@ -15,7 +15,7 @@ virtual void positionBBox(); virtual void calcBBoxSize(); private: - QGraphicsTextItem* newLine(QString); // generate new textline + QGraphicsSimpleTextItem* newLine(QString); // generate new textline public: virtual void setText(QString); virtual QString text(); @@ -30,7 +30,7 @@ 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 QColor color; QFont font; };