X-Git-Url: https://git.lyx.org/gitweb/?a=blobdiff_plain;f=src%2Fmenus.h;h=faff62f081a6c044a6ac88980cdf7c1e8f2b162d;hb=2ecc6b040e4403ef291b1c642c299f911eec22a1;hp=64bbc6c7750e34f64ac1eb2a616675ae85aaa995;hpb=27de1486ca34aaad446adb798d71a77d6f6304da;p=lyx.git diff --git a/src/menus.h b/src/menus.h index 64bbc6c775..faff62f081 100644 --- a/src/menus.h +++ b/src/menus.h @@ -9,8 +9,8 @@ * *======================================================*/ -#ifndef _MENUS_H -#define _MENUS_H +#ifndef MENUS_H +#define MENUS_H #ifdef __GNUG__ #pragma interface @@ -18,10 +18,11 @@ #include FORMS_H_LOCATION #include "lyx.h" +#include "LString.h" class BufferView; class LyXView; -class LString; + /// class Menus { @@ -33,7 +34,7 @@ public: /// void hideMenus(); /// - void openByName(LString const &menuName); + void openByName(string const &menuName); private: /// void create_menus(int air); @@ -44,7 +45,7 @@ private: /// void showLicense(); /// - void MenuDocu(LString const & docname); + void MenuDocu(string const & docname); /// void handleBufferMenu(int choice);