]> git.lyx.org Git - lyx.git/blobdiff - src/ToolbarBackend.h
* do not lookup the same macro all the time
[lyx.git] / src / ToolbarBackend.h
index 29c541e093ed5532e4e1026e5e29ddab8873f488..c7d32cf449ac96d88c76139c0c15852a1bd43068 100644 (file)
@@ -21,7 +21,7 @@
 namespace lyx {
 
 
-class LyXLex;
+class Lexer;
 
 class ToolbarItem {
 public:
@@ -97,7 +97,7 @@ public:
        Flags flags;
 
        /// read a toolbar from the file
-       ToolbarInfo & read(LyXLex &);
+       ToolbarInfo & read(Lexer &);
 
 private:
        /// add toolbar item
@@ -122,10 +122,10 @@ public:
        Toolbars::iterator end() { return usedtoolbars.end(); }
 
        /// read toolbars from the file
-       void readToolbars(LyXLex &);
+       void readToolbars(Lexer &);
 
        /// read ui toolbar settings
-       void readToolbarSettings(LyXLex &);
+       void readToolbarSettings(Lexer &);
        ///
        ToolbarInfo const & getToolbar(std::string const & name) const;
        ///