X-Git-Url: https://git.lyx.org/gitweb/?a=blobdiff_plain;f=src%2Fkbsequence.h;h=3d894a1ec31c54d1fe602cb7db77656a7d757095;hb=69bee02a8901793b34ac5ca6d07e93910cef4005;hp=5bb5139862f93bddd4650c5d3a6ee2fbe651199d;hpb=495cd0eea03f9f5471a247e60ce70abfd1114ada;p=lyx.git diff --git a/src/kbsequence.h b/src/kbsequence.h index 5bb5139862..3d894a1ec3 100644 --- a/src/kbsequence.h +++ b/src/kbsequence.h @@ -17,7 +17,7 @@ #include -#include "support/std_string.h" +#include #include class kb_keymap; @@ -59,19 +59,19 @@ public: * Prefixes can also be ignored by using the Tilde "~" * f.ex.: "~S-Space". */ - string::size_type parse(string const & s); + std::string::size_type parse(std::string const & s); /** * Return the current sequence as a string. * @see parse() */ - string const print() const; + std::string const print() const; /** * Return the current sequence and available options as * a string. No options are added if no curmap kb map exists. */ - string const printOptions() const; + std::string const printOptions() const; /// Mark the sequence as deleted. void mark_deleted();