diff -r 608f976aa7bb -r 5391ab620c95 headingobj.h --- a/headingobj.h Tue Jun 06 14:58:11 2006 +0000 +++ b/headingobj.h Wed Sep 06 12:47:06 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;