]> 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 8e4513d6db73f2a5fdad917de35c3c864cc5dcd6..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
@@ -25,8 +27,7 @@ struct FD_float;
 class FormFloat : public FormCB<ControlFloat, FormDB<FD_float> > {
 public:
        ///
-       FormFloat(ControlFloat &);
-
+       FormFloat();
 private:
        /// Set the Params variable for the Controller.
        virtual void apply();