--- a/src/misc.h Wed Oct 16 16:40:42 2013 +0300 +++ b/src/misc.h Wed Oct 16 16:47:40 2013 +0300 @@ -65,7 +65,7 @@ CustomPoint }; -vertex rotPoint (const List<LDObject*>& objs); +vertex rotPoint (const QList<LDObject*>& objs); void configRotationPoint(); // ============================================================================= @@ -98,7 +98,7 @@ double scale; }; - typedef List<SolutionComponent> SolutionType; + typedef QList<SolutionComponent> SolutionType; RingFinder() {} bool findRings (double r0, double r1);