]> git.lyx.org Git - lyx.git/blobdiff - src/menus.h
obvious
[lyx.git] / src / menus.h
index 64bbc6c7750e34f64ac1eb2a616675ae85aaa995..faff62f081a6c044a6ac88980cdf7c1e8f2b162d 100644 (file)
@@ -9,8 +9,8 @@
 *
 *======================================================*/
 
-#ifndef _MENUS_H
-#define _MENUS_H
+#ifndef MENUS_H
+#define MENUS_H
 
 #ifdef __GNUG__
 #pragma interface
 
 #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);