]> git.lyx.org Git - lyx.git/blobdiff - src/frontends/xforms/FormParagraph.h
Tiny clean-ups.
[lyx.git] / src / frontends / xforms / FormParagraph.h
index c6caf228b1ac7fa9147e3a355eff8513ada3137a..8d0f80870140b642c9db12075943b0240480069e 100644 (file)
@@ -6,17 +6,14 @@
  *
  * \author Jürgen Vigna
  *
- * Full author contact details are available in file CREDITS
+ * Full author contact details are available in file CREDITS.
  */
 
 #ifndef FORM_PARAGRAPH_H
 #define FORM_PARAGRAPH_H
 
-#ifdef __GNUG__
-#pragma interface
-#endif
 
-#include "FormBase.h"
+#include "FormDialogView.h"
 #include "RadioButtonGroup.h"
 
 struct FD_paragraph;
@@ -25,10 +22,10 @@ class ControlParagraph;
 /** This class provides an XForms implementation of the FormParagraph dialog.
  */
 class FormParagraph
-       : public FormCB<ControlParagraph, FormDB<FD_paragraph> > {
+       : public FormController<ControlParagraph, FormView<FD_paragraph> > {
 public:
        ///
-       FormParagraph();
+       FormParagraph(Dialog &);
 private:
        /// Build the dialog
        virtual void build();