diff -r 7c3ee77f4449 -r 53efc2562a7d branchobj.h --- a/branchobj.h Mon Nov 20 12:12:00 2006 +0000 +++ b/branchobj.h Mon Nov 20 12:12:02 2006 +0000 @@ -128,7 +128,7 @@ static BranchObj* itLast; // iterator for first(), next() static BranchObj* itFirst; // first iterator for first(), next() BranchObjPtrList branch; // all child branches - Q3PtrList floatimage; // child images + QList floatimage;// child images Q3PtrList xlink; // xlinks to other branches public: float angle; // used in mainbranch to reorder mainbranches