]> git.lyx.org Git - lyx.git/blobdiff - src/frontends/xforms/FormMathsBitmap.h
Yet more dialog tweaking from Rob.
[lyx.git] / src / frontends / xforms / FormMathsBitmap.h
index 4d9495e630643f724fde6db7245f6eee423e57b3..e6ff7ace90f66522d88a2cfea07a83a18fd8dea3 100644 (file)
@@ -1,28 +1,31 @@
 // -*- C++ -*-
 /**
  * \file FormMathsBitmap.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 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_MATHSBITMAP_H
 #define FORM_MATHSBITMAP_H
 
+#include "LString.h"
+#include "FormMathsPanel.h"
+
+#include <boost/shared_ptr.hpp>
+
 #include <vector>
-#include "support/smart_ptr.h"
 
 #ifdef __GNUG__
 #pragma interface
 #endif
 
-#include "LString.h"
-#include "FormMathsPanel.h"
-
-/** 
+/**
  * This class provides an XForms implementation of a maths bitmap form.
  */
 class FormMathsBitmap : public FormMathsSub {
@@ -31,13 +34,13 @@ class FormMathsBitmap : public FormMathsSub {
 
 public:
        ///
-       typedef lyx::shared_c_ptr<FL_OBJECT> bm_ptr;
+       typedef boost::shared_ptr<FL_OBJECT> bm_ptr;
        ///
-       typedef lyx::shared_c_ptr<FL_FORM> fl_ptr;
-       
+       typedef boost::shared_ptr<FL_FORM> fl_ptr;
+
        ///
-       FormMathsBitmap(LyXView *, Dialogs * d, FormMathsPanel const &,
-                       std::vector<string> const &);
+       FormMathsBitmap(LyXView &, Dialogs & d, FormMathsPanel const &,
+                       string const &, std::vector<string> const &);
        ///
        ~FormMathsBitmap();
        ///