diff -r 626fd85b1f69 -r 5391ab620c95 headingobj.h --- a/headingobj.h Tue Sep 05 15:05:18 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;