]> git.lyx.org Git - lyx.git/blobdiff - src/frontends/xforms/FormInclude.h
Tiny clean-ups.
[lyx.git] / src / frontends / xforms / FormInclude.h
index 1041b02b3feb67a56514e613575494defa9b1002..2383baf12c61e2d4cc5fb4d2ce3f3efce417d8d6 100644 (file)
@@ -8,24 +8,26 @@
  * \author John Levon
  * \author Angus Leeming
  *
- * Full author contact details are available in file CREDITS
+ * Full author contact details are available in file CREDITS.
  */
 #ifndef FORMINCLUDE_H
 #define FORMINCLUDE_H
 
 
-#include "FormBase.h"
+#include "FormDialogView.h"
 #include "RadioButtonGroup.h"
 
+
 class ControlInclude;
 struct FD_include;
 
 /** This class provides an XForms implementation of the Include Dialog.
  */
-class FormInclude : public FormCB<ControlInclude, FormDB<FD_include> > {
+class FormInclude
+       : public FormController<ControlInclude, FormView<FD_include> > {
 public:
        ///
-       FormInclude();
+       FormInclude(Dialog &);
 private:
        /// Set the Params variable for the Controller.
        virtual void apply();