diff -ur facturalux-0.4/facturalux/docs/Makefile.in facturalux-0.4-gentoo/facturalux/docs/Makefile.in --- facturalux-0.4/facturalux/docs/Makefile.in 2002-12-19 10:17:25.000000000 +1300 +++ facturalux-0.4-gentoo/facturalux/docs/Makefile.in 2003-11-07 00:18:13.000000000 +1300 @@ -384,10 +384,10 @@ install-data-local: #>- $(mkinstalldirs) $(datadir)/doc/facturalux/ #>+ 1 - $(mkinstalldirs) $(DESTDIR)$(datadir)/doc/facturalux/ + $(mkinstalldirs) $(DESTDIR)$(datadir)/doc/facturalux-$(VERSION)/html #>- $(INSTALL_DATA) $(srcdir)/index.html $(datadir)/doc/facturalux/index.html #>+ 1 - $(INSTALL_DATA) $(srcdir)/index.html $(DESTDIR)$(datadir)/doc/facturalux/index.html + $(INSTALL_DATA) $(srcdir)/index.html $(DESTDIR)$(datadir)/doc/facturalux-$(VERSION)/html/index.html uninstall-local: #>- -rm -f $(datadir)/doc/facturalux/index.html diff -ur facturalux-0.4/facturalux/flbase/FLApplication.cpp facturalux-0.4-gentoo/facturalux/flbase/FLApplication.cpp --- facturalux-0.4/facturalux/flbase/FLApplication.cpp 2002-12-19 10:17:25.000000000 +1300 +++ facturalux-0.4-gentoo/facturalux/flbase/FLApplication.cpp 2003-11-07 00:19:43.000000000 +1300 @@ -366,7 +366,7 @@ } } } - QString index = FLDATA "/doc/facturalux/index.html"; + QString index = FLDATA "/doc/facturalux-0.4/html/index.html"; HelpWindow *help = new HelpWindow (index, ".", pWorkspace, "help viewer"); help->showMaximized (); diff -ur facturalux-0.4/facturalux/kugar/mreportsection.cpp facturalux-0.4-gentoo/facturalux/kugar/mreportsection.cpp --- facturalux-0.4/facturalux/kugar/mreportsection.cpp 2002-12-19 10:17:25.000000000 +1300 +++ facturalux-0.4-gentoo/facturalux/kugar/mreportsection.cpp 2003-11-06 18:09:44.000000000 +1300 @@ -200,7 +200,7 @@ /** Sets the data for the all calculated fields - list size must number of calculated fields */ void -MReportSection::setCalcFieldData (QPtrList < QMemArray < double >>*values) +MReportSection::setCalcFieldData (QPtrList < QMemArray < double > >*values) { MCalcObject *field; int i = 0;