X-Git-Url: https://git.lyx.org/gitweb/?a=blobdiff_plain;f=src%2Ffrontends%2Fqt%2FToolbars.h;h=e6989b183d4398639035f8e07d28d56ff7183a9f;hb=2660df9b99b8059856b931c22f53ee8f714a1d8e;hp=be621c9db8daa230f5c91c8959c694589459e03c;hpb=ed2f3cb9cfa1e871d48a92d41791a77bd218ab67;p=lyx.git diff --git a/src/frontends/qt/Toolbars.h b/src/frontends/qt/Toolbars.h index be621c9db8..e6989b183d 100644 --- a/src/frontends/qt/Toolbars.h +++ b/src/frontends/qt/Toolbars.h @@ -23,7 +23,8 @@ namespace lyx { class FuncRequest; -class Lexer; + +namespace support { class Lexer; } namespace frontend { @@ -92,7 +93,7 @@ public: Items items; /// read a toolbar from the file - ToolbarInfo & read(Lexer &); + ToolbarInfo & read(support::Lexer &); private: /// add toolbar item @@ -140,10 +141,10 @@ public: Infos::iterator end() { return toolbar_info_.end(); } /// read toolbars from the file - void readToolbars(Lexer &); + void readToolbars(support::Lexer &); /// read ui toolbar settings - void readToolbarSettings(Lexer &); + void readToolbarSettings(support::Lexer &); /// ToolbarInfo const * info(std::string const & name) const;