#ifndef __VCURVEFIT_H__ #define __VCURVEFIT_H__ #include #include #include "KoPoint.h" VPath *bezierFit(TQPtrList &points,float error); #endif