]> git.lyx.org Git - lyx.git/blobdiff - src/frontends/xforms/FormMathsDeco.h
Yet more dialog tweaking from Rob.
[lyx.git] / src / frontends / xforms / FormMathsDeco.h
index 64671282b598c9975eeaada29b04d85e230d78fe..ac17572a5e9db60e27c49b91a055389aa01530c3 100644 (file)
@@ -1,12 +1,14 @@
 // -*- C++ -*-
 /**
  * \file FormMathsDeco.h
- * Copyright 2001 The LyX Team.
- * See the file COPYING.
+ * This file is part of LyX, the document processor.
+ * Licence details can be found in the file COPYING.
  *
  * \author Alejandro Aguilar Sierra
- * \author John Levon, moz@compsoc.man.ac.uk
- * \author Angus Leeming, a.leeming@ic.ac.uk
+ * \author John Levon
+ * \author Angus Leeming 
+ *
+ * Full author contact details are available in file CREDITS
  */
 
 #ifndef FORM_MATHSDECO_H
@@ -20,7 +22,7 @@
 
 #include <boost/scoped_ptr.hpp>
 
-struct FD_form_maths_deco;
+struct FD_maths_deco;
 
 /**
  * This class provides an XForms implementation of the maths deco.
@@ -28,7 +30,7 @@ struct FD_form_maths_deco;
 class FormMathsDeco : public FormMathsSub {
 public:
        ///
-       FormMathsDeco(LyXView *, Dialogs *, FormMathsPanel const &);
+       FormMathsDeco(LyXView &, Dialogs &, FormMathsPanel const &);
 
 private:
        /// Build the dialog
@@ -41,11 +43,8 @@ private:
        /// Pointer to the actual instantiation of the xforms form
        virtual FL_FORM * form() const;
 
-       // build the form
-       FD_form_maths_deco * build_maths_deco();
-
        // Real GUI implementation
-       boost::scoped_ptr<FD_form_maths_deco> dialog_;
+       boost::scoped_ptr<FD_maths_deco> dialog_;
 
        /// Current choice
        int deco_;