]> git.lyx.org Git - lyx.git/blobdiff - src/mathed/InsetMathSplit.cpp
rename LyXFont to Font except in tex2lyx
[lyx.git] / src / mathed / InsetMathSplit.cpp
index 1a668b6fc45b61ad4bce778eec4f26168472a026..2b68fc34788fd25c866a6f9497715afae7e2af88 100644 (file)
 #include <config.h>
 
 #include "InsetMathSplit.h"
-#include "MathArray.h"
+#include "MathData.h"
 #include "MathStream.h"
 #include "MathStream.h"
 
-#include "funcrequest.h"
+#include "FuncRequest.h"
 #include "FuncStatus.h"
 #include "gettext.h"
 #include "LaTeXFeatures.h"
@@ -38,9 +38,9 @@ InsetMathSplit::InsetMathSplit(docstring const & name, char valign)
 }
 
 
-auto_ptr<InsetBase> InsetMathSplit::doClone() const
+auto_ptr<Inset> InsetMathSplit::doClone() const
 {
-       return auto_ptr<InsetBase>(new InsetMathSplit(*this));
+       return auto_ptr<Inset>(new InsetMathSplit(*this));
 }
 
 
@@ -65,7 +65,7 @@ void InsetMathSplit::draw(PainterInfo & pi, int x, int y) const
 }
 
 
-bool InsetMathSplit::getStatus(LCursor & cur, FuncRequest const & cmd,
+bool InsetMathSplit::getStatus(Cursor & cur, FuncRequest const & cmd,
                FuncStatus & flag) const
 {
        switch (cmd.action) {