diff -r 608f976aa7bb -r bf5ba1bd4764 headingobj.h --- a/headingobj.h Tue Jun 06 14:58:11 2006 +0000 +++ b/headingobj.h Thu Sep 14 11:38:17 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;