]> git.lyx.org Git - lyx.git/blobdiff - src/frontends/qt4/GuiMath.cpp
Compil fix.
[lyx.git] / src / frontends / qt4 / GuiMath.cpp
index a183a69a015580aaa2d3464cfdd726765317c5cd..4f7eb81133a5bce1181a9fbe82d503e7e080c4e3 100644 (file)
@@ -21,7 +21,7 @@ using namespace std;
 namespace lyx {
 namespace frontend {
 
-GuiMath::GuiMath(GuiView & lv, string const & name, QString const & title)
+GuiMath::GuiMath(GuiView & lv, QString const & name, QString const & title)
        : GuiDialog(lv, name, title)
 {
        // FIXME: Ideally, those unicode codepoints would be defined
@@ -63,7 +63,7 @@ GuiMath::GuiMath(GuiView & lv, string const & name, QString const & title)
 }
 
 
-void GuiMath::dispatchFunc(kb_action action, string const & arg) const
+void GuiMath::dispatchFunc(FuncCode action, string const & arg) const
 {
        dispatch(FuncRequest(action, arg));
 }