robust kernel,bg color, point input

This commit is contained in:
Andreas Fabri 2007-04-30 15:07:37 +00:00
parent 5a9a1f1f75
commit 619ead9a9c
1 changed files with 2 additions and 3 deletions

View File

@ -21,8 +21,7 @@
#ifndef CGAL_QT_WIDGET_TOOLBAR_H #ifndef CGAL_QT_WIDGET_TOOLBAR_H
#define CGAL_QT_WIDGET_TOOLBAR_H #define CGAL_QT_WIDGET_TOOLBAR_H
#include <CGAL/basic.h> #include <CGAL/Exact_predicates_inexact_constructions_kernel.h>
#include <CGAL/Cartesian.h>
// TODO: check if some of those includes shouldn't be in the .C file // TODO: check if some of those includes shouldn't be in the .C file
@ -36,7 +35,7 @@
#include <qbuttongroup.h> #include <qbuttongroup.h>
#include <qmainwindow.h> #include <qmainwindow.h>
typedef CGAL::Cartesian<double> Rp; typedef CGAL::Exact_predicates_inexact_constructions_kernel Rp;
typedef Rp::Point_2 Point_2; typedef Rp::Point_2 Point_2;
class Tools_toolbar : public QToolBar class Tools_toolbar : public QToolBar