diff -r a4532e5c2ce3 -r 1c8ff1928b97 headingobj.h --- a/headingobj.h Mon Nov 20 12:12:05 2006 +0000 +++ b/headingobj.h Thu Nov 23 13:53:08 2006 +0000 @@ -2,8 +2,6 @@ #define HEADINGOBJ_H #include "mapobj.h" -//Added by qt3to4: -#include class HeadingObj:public MapObj { public: @@ -32,7 +30,7 @@ protected: QString heading; int textwidth; // width for formatting text - Q3PtrList textline; // a part of e.g. the parabel + QList textline; // a part of e.g. the parabel QColor color; QFont font; };