]> git.lyx.org Git - lyx.git/blobdiff - src/frontends/qt4/GuiMath.cpp
Compil fix.
[lyx.git] / src / frontends / qt4 / GuiMath.cpp
index c40e91f03b5b4bc1d29e1e77d2498fb718717d57..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)
-       : GuiDialog(lv, name)
+GuiMath::GuiMath(GuiView & lv, QString const & name, QString const & title)
+       : GuiDialog(lv, name, title)
 {
        // FIXME: Ideally, those unicode codepoints would be defined
        // in "lib/symbols". Unfortunately, some of those are already
@@ -61,7 +63,7 @@ GuiMath::GuiMath(GuiView & lv, string const & name)
 }
 
 
-void GuiMath::dispatchFunc(kb_action action, string const & arg) const
+void GuiMath::dispatchFunc(FuncCode action, string const & arg) const
 {
        dispatch(FuncRequest(action, arg));
 }