]> git.lyx.org Git - lyx.git/blobdiff - src/frontends/xforms/forms_gettext.h
Introduce LFUN_PRINT.
[lyx.git] / src / frontends / xforms / forms_gettext.h
index a019221e11fb23aee8879cd510b11a8392895aa0..b5895e429be93bcf1526b7e8be3e22bbcf9d4a4f 100644 (file)
@@ -6,19 +6,18 @@
  *
  * \author Angus Leeming
  *
- * Full author contact details are available in file CREDITS
+ * Full author contact details are available in file CREDITS.
  */
 
 #ifndef FORMS_GETTEXT_H
 #define FORMS_GETTEXT_H
 
-
-#include "LString.h"
+#include <string>
 
 /// Extract shortcut from "<identifer>|<shortcut>" string
-string const scex(string const &);
+std::string const scex(std::string const &);
 
 /// Extract identifier from "<identifer>|<shortcut>" string
-string const idex(string const &);
+std::string const idex(std::string const &);
 
 #endif // FORMS_GETTEXT_H