]> git.lyx.org Git - lyx.git/blobdiff - src/frontends/xforms/FormParagraph.h
remove defaults stuff, let Qt handle no toolbar
[lyx.git] / src / frontends / xforms / FormParagraph.h
index c6caf228b1ac7fa9147e3a355eff8513ada3137a..8f1aa1a3cf1963375551a370a64f19cc729f6205 100644 (file)
 #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();