]> git.lyx.org Git - lyx.git/blobdiff - src/frontends/xforms/FormWrap.h
remove defaults stuff, let Qt handle no toolbar
[lyx.git] / src / frontends / xforms / FormWrap.h
index 97467ab36600d4d3638a7d39bda2417eb86db601..86705f724b86586ca224fca9b7ce6b9882308ed8 100644 (file)
 #ifndef FORMWRAP_H
 #define FORMWRAP_H
 
-#ifdef __GNUG__
-#pragma interface
-#endif
 
-#include "FormBase.h"
+#include "FormDialogView.h"
 #include "RadioButtonGroup.h"
 
 class ControlWrap;
@@ -26,10 +23,10 @@ struct FD_wrap;
     Dialog.
  */
 class FormWrap
-       : public FormCB<ControlWrap, FormDB<FD_wrap> > {
+       : public FormController<ControlWrap, FormView<FD_wrap> > {
 public:
        ///
-       FormWrap();
+       FormWrap(Dialog &);
 private:
        /// Set the Params variable for the Controller.
        virtual void apply();