]> git.lyx.org Git - lyx.git/blobdiff - src/MenuBackend.h
BufferParams.cpp: fix bug 3568:
[lyx.git] / src / MenuBackend.h
index 903b130630f4c1942ececb41e4a5964d7985e4ff..0ac9ee3e20859495c84d639b8977d740e66480c0 100644 (file)
@@ -14,7 +14,7 @@
 #define MENUBACKEND_H
 
 #include "FuncStatus.h"
-#include "funcrequest.h"
+#include "FuncRequest.h"
 
 #include <boost/shared_ptr.hpp>
 
@@ -23,7 +23,7 @@
 
 namespace lyx {
 
-class LyXLex;
+class Lexer;
 class Buffer;
 class Menu;
 
@@ -161,7 +161,7 @@ public:
        /// menu item.
        Menu & addWithStatusCheck(MenuItem const &);
        ///
-       Menu & read(LyXLex &);
+       Menu & read(Lexer &);
        ///
        docstring const & name() const { return name_; }
        ///
@@ -207,7 +207,7 @@ public:
        ///
        MenuBackend() {}
        ///
-       void read(LyXLex &);
+       void read(Lexer &);
        ///
        void add(Menu const &);
        ///