]> git.lyx.org Git - lyx.git/blobdiff - src/frontends/qt4/GuiMath.cpp
Compil fix.
[lyx.git] / src / frontends / qt4 / GuiMath.cpp
index 63ad6cc505cbd6205a0a679bec22c6b60cf41af6..4f7eb81133a5bce1181a9fbe82d503e7e080c4e3 100644 (file)
 #include <config.h>
 
 #include "GuiMath.h"
-#include "support/debug.h"
+
 #include "FuncRequest.h"
 
+#include "support/debug.h"
+
 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
@@ -61,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));
 }