]> git.lyx.org Git - lyx.git/blobdiff - src/frontends/xforms/FormFloat.h
remove defaults stuff, let Qt handle no toolbar
[lyx.git] / src / frontends / xforms / FormFloat.h
index 2cdf4fc543be4da2819548938b8f6304514ccf04..1ec85d237a956af04ee47e6f7f21e147cc2fa0e7 100644 (file)
@@ -12,8 +12,7 @@
 #ifndef FORMFLOAT_H
 #define FORMFLOAT_H
 
-
-#include "FormBase.h"
+#include "FormDialogView.h"
 #include "RadioButtonGroup.h"
 
 class ControlFloat;
@@ -22,10 +21,10 @@ struct FD_float;
 /** This class provides an XForms implementation of the Float
     Dialog.
  */
-class FormFloat : public FormCB<ControlFloat, FormDB<FD_float> > {
+class FormFloat : public FormController<ControlFloat, FormView<FD_float> > {
 public:
        ///
-       FormFloat();
+       FormFloat(Dialog &);
 private:
        /// Set the Params variable for the Controller.
        virtual void apply();