]> git.lyx.org Git - lyx.git/blobdiff - src/frontends/xforms/forms_gettext.h
Tiny clean-ups.
[lyx.git] / src / frontends / xforms / forms_gettext.h
index 52aa7643c42bf17f491232ecd4b6c1dfb2898417..b5895e429be93bcf1526b7e8be3e22bbcf9d4a4f 100644 (file)
 #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