]> git.lyx.org Git - lyx.git/blobdiff - src/frontends/xforms/FormMathsPanel.h
Yet more dialog tweaking from Rob.
[lyx.git] / src / frontends / xforms / FormMathsPanel.h
index 42d7f5cc31e7cae8bda62a1c0c221a502e0fd94a..617922f31eb54a3e49025aecad1d0f9f12aecbab 100644 (file)
@@ -1,12 +1,14 @@
 // -*- C++ -*-
 /**
  * \file FormMathsPanel.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 <leeming@lyx.org>
+ * \author John Levon
+ * \author Angus Leeming 
+ *
+ * Full author contact details are available in file CREDITS
  */
 
 #ifndef FORM_MATHSPANEL_H
@@ -18,8 +20,8 @@
 #pragma interface
 #endif
 
+#include "MathsCallbacks.h"
 #include "FormBaseDeprecated.h"
-#include "MathsSymbols.h"
 
 #include <boost/scoped_ptr.hpp>
 
@@ -41,10 +43,10 @@ public:
        FormMathsPanel(LyXView &, Dialogs &);
        ///
        void setActive(FormMathsSub *) const;
-       /// dispatch a symbol insert
-       void insertSymbol(string const & sym, bool bs = true) const;
        /// dispatch an LFUN:
        void dispatchFunc(kb_action action) const;
+       /// dispatch a symbol insert
+       void insertSymbol(string const & sym, bool bs = true) const;
 private:
        /// Pointer to the actual instantiation of the ButtonController.
        virtual xformsBC & bc();