headingobj.h
changeset 406 1c8ff1928b97
parent 377 5391ab620c95
child 408 c2a05fa925a1
     1.1 --- a/headingobj.h	Mon Nov 20 12:12:05 2006 +0000
     1.2 +++ b/headingobj.h	Thu Nov 23 13:53:08 2006 +0000
     1.3 @@ -2,8 +2,6 @@
     1.4  #define HEADINGOBJ_H
     1.5  
     1.6  #include "mapobj.h"
     1.7 -//Added by qt3to4:
     1.8 -#include <Q3PtrList>
     1.9  
    1.10  class HeadingObj:public MapObj {
    1.11  public:
    1.12 @@ -32,7 +30,7 @@
    1.13  protected:
    1.14      QString heading;
    1.15      int textwidth;								// width for formatting text
    1.16 -    Q3PtrList <Q3CanvasText> textline;			// a part of e.g. the parabel
    1.17 +    QList <Q3CanvasText*> textline;				// a part of e.g. the parabel
    1.18      QColor color;
    1.19      QFont font;
    1.20  };