changeset 404 | 53efc2562a7d |
parent 2 | 608f976aa7bb |
child 406 | 1c8ff1928b97 |
1.1 --- a/headingobj.h Tue Jun 06 14:58:11 2006 +0000 1.2 +++ b/headingobj.h Mon Nov 20 12:12:02 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;