Version 3.27 on 10-Sep-2003 [rursu]

- Qt_help_window is in the CGAL namespace now.
This commit is contained in:
Radu Ursu 2003-09-10 08:45:47 +00:00
parent fd3ad955ac
commit b5abaf4d78
2 changed files with 5 additions and 1 deletions

View File

@ -1,5 +1,8 @@
Changes done to the `Min_ellipse_2' package.
Version 3.27 on 10-Sep-2003 [rursu]
- Qt_help_window is in the CGAL namespace now.
Version 3.26 on 07-Sep-2003
- demo use now the new help class Qt_help_window instead of HelpWindow [rursu]
- demo use now the new demo icon demoicon

View File

@ -215,7 +215,8 @@ private slots:
void howto(){
QString home;
home = "help/index.html";
Qt_help_window *help = new Qt_help_window(home, ".", 0, "help viewer");
CGAL::Qt_help_window *help = new
CGAL::Qt_help_window(home, ".", 0, "help viewer");
help->resize(400, 400);
help->setCaption("Demo HowTo");
help->show();