]> git.lyx.org Git - lyx.git/blobdiff - src/frontends/qt4/GuiMath.h
Complete the removal of the embedding stuff. Maybe. It's hard to be sure we got every...
[lyx.git] / src / frontends / qt4 / GuiMath.h
index 4d45cba98fd213136485e43dc5ce5f1e69d90b83..8100b61c693ad5a7b26118e7bbdc5582295b28ba 100644 (file)
@@ -13,7 +13,7 @@
 #define GUIMATH_H
 
 #include "GuiDialog.h"
-#include "lfuns.h" // for kb_action
+#include "FuncCode.h"
 #include "FontEnums.h"
 
 #include <map>
@@ -45,7 +45,7 @@ public:
        bool isBufferDependent() const { return true; }
 
        /// dispatch an LFUN
-       void dispatchFunc(kb_action action,
+       void dispatchFunc(FuncCode action,
                std::string const & arg = std::string()) const;
        /// Insert a math symbol into the doc.
        void dispatchInsert(std::string const & name) const;