diff -r 608f976aa7bb -r bb94eec7c8f3 headingobj.h --- a/headingobj.h Tue Jun 06 14:58:11 2006 +0000 +++ b/headingobj.h Thu Sep 21 13:48:05 2006 +0000 @@ -31,7 +31,7 @@ protected: QString heading; - uint textwidth; // width for formatting text + int textwidth; // width for formatting text Q3PtrList textline; // a part of e.g. the parabel QColor color; QFont font;