headingobj.h
changeset 377 5391ab620c95
parent 2 608f976aa7bb
child 406 1c8ff1928b97
     1.1 --- a/headingobj.h	Tue Sep 05 15:05:18 2006 +0000
     1.2 +++ b/headingobj.h	Wed Sep 06 12:47:06 2006 +0000
     1.3 @@ -31,7 +31,7 @@
     1.4  
     1.5  protected:
     1.6      QString heading;
     1.7 -    uint textwidth;								// width for formatting text
     1.8 +    int textwidth;								// width for formatting text
     1.9      Q3PtrList <Q3CanvasText> textline;			// a part of e.g. the parabel
    1.10      QColor color;
    1.11      QFont font;