]> git.lyx.org Git - lyx.git/blobdiff - src/frontends/Menubar.h
Minipage is no more (long live the box inset)
[lyx.git] / src / frontends / Menubar.h
index 10b734ed5aa2d344f98d6b1ad0e57ef4b61e23ae..2056651a91c70789fb771bb8b1a27c14651dbd43 100644 (file)
@@ -7,14 +7,13 @@
  * \author Lars Gullik Bjønnes
  * \author Jean-Marc Lasgouttes
  *
- * Full author contact details are available in file CREDITS
+ * Full author contact details are available in file CREDITS.
  */
 
 #ifndef MENUBAR_H
 #define MENUBAR_H
 
-
-#include "LString.h"
+#include <string>
 
 /**
  * The LyX GUI independent menubar class
@@ -25,7 +24,7 @@ public:
        ///
        virtual ~Menubar() {}
        /// Opens a top-level submenu given its name
-       virtual void openByName(string const &) = 0;
+       virtual void openByName(std::string const &) = 0;
        /// update the state of the menuitems
        virtual void update() = 0;
 };