]> git.lyx.org Git - lyx.git/blobdiff - src/frontends/xforms/FormAboutlyx.h
Tiny clean-ups.
[lyx.git] / src / frontends / xforms / FormAboutlyx.h
index c73216a91d6125507789afeda735795b3a1c97b5..91a0e197129e51c7cdafea757730e016dcb46ec7 100644 (file)
@@ -7,16 +7,15 @@
  * \author Edwin Leuven
  * \author Angus Leeming
  *
- * Full author contact details are available in file CREDITS
+ * Full author contact details are available in file CREDITS.
  */
 
 #ifndef FORMABOUTLYX_H
 #define FORMABOUTLYX_H
 
 
-#include "FormBase.h"
+#include "FormDialogView.h"
 
-#include <boost/scoped_ptr.hpp>
 
 class ControlAboutlyx;
 struct FD_aboutlyx;
@@ -26,10 +25,11 @@ struct FD_aboutlyx_license;
 
 /** This class provides an XForms implementation of the FormAboutlyx Dialog.
  */
-class FormAboutlyx : public FormCB<ControlAboutlyx, FormDB<FD_aboutlyx> > {
+class FormAboutlyx
+       : public FormController<ControlAboutlyx, FormView<FD_aboutlyx> > {
 public:
        ///
-       FormAboutlyx();
+       FormAboutlyx(Dialog &);
 
 private:
        /// not needed.