]> git.lyx.org Git - lyx.git/blobdiff - src/frontends/xforms/FormFloat.h
Yet more dialog tweaking from Rob.
[lyx.git] / src / frontends / xforms / FormFloat.h
index 416400edbbca59097fb9380feb1aa9743e83e651..c973ef2df266c1411bc1125695cdf012f6d907ad 100644 (file)
@@ -1,10 +1,12 @@
 // -*- C++ -*-
 /**
  * \file FormFloat.h
- * Copyright 2001 the LyX Team
- * Read the file COPYING
+ * This file is part of LyX, the document processor.
+ * Licence details can be found in the file COPYING.
  *
- * \author Lars Gullik Bjønnes, larsbj@lyx.org
+ * \author Lars Gullik Bjønnes
+ *
+ * Full author contact details are available in file CREDITS
  */
 
 #ifndef FORMFLOAT_H
 #include "FormBase.h"
 
 class ControlFloat;
-struct FD_form_float;
+struct FD_float;
 
 /** This class provides an XForms implementation of the Float
     Dialog.
  */
-class FormFloat : public FormCB<ControlFloat, FormDB<FD_form_float> > {
+class FormFloat : public FormCB<ControlFloat, FormDB<FD_float> > {
 public:
        ///
-       FormFloat(ControlFloat &);
-
+       FormFloat();
 private:
        /// Set the Params variable for the Controller.
        virtual void apply();
@@ -36,9 +37,6 @@ private:
        virtual void update();
        /// Filter the inputs on callback from xforms
        virtual ButtonPolicy::SMInput input(FL_OBJECT *, long);
-
-       /// Fdesign generated method
-       FD_form_float * build_float();
 };
 
 #endif // FORMFLOAT_H