3.49 (10 Sep 2003)

- Qt_help_window class is in the namespace CGAL
This commit is contained in:
Radu Ursu 2003-09-10 08:05:32 +00:00
parent 5c39d9e5de
commit d04c9942b5
2 changed files with 4 additions and 1 deletions

View File

@ -1,3 +1,6 @@
3.49 (10 Sep 2003)
- Qt_help_window class is in the namespace CGAL
3.48 (7 Sep 2003)
- rursu: demo use the new help class Qt_help_window instead of HelpWindow
- rursu: demo use new icon demoicon

View File

@ -216,7 +216,7 @@ 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();