patched bug for moc : CGAL::Qt_widget::ClassName

This commit is contained in:
Radu Ursu 2002-04-11 11:46:05 +00:00
parent 6837d281b2
commit b15de8410b
1 changed files with 2 additions and 1 deletions

View File

@ -12,6 +12,7 @@
typedef CGAL::Cartesian<double> Rep;
typedef CGAL::Point_2<Rep> Point;
typedef CGAL::Delaunay_triangulation_2<Rep> Delaunay;
typedef CGAL::Qt_widget Qt_widget;
Delaunay dt;
@ -21,7 +22,7 @@ class My_Layer : public CGAL::Qt_widget_layer{
}
};
class My_Window : public CGAL::Qt_widget {
class My_Window : public Qt_widget {
Q_OBJECT
public:
My_Window(int x, int y){