]> git.lyx.org Git - features.git/blobdiff - src/frontends/qt2/QLyXKeySym.h
Replace LString.h with support/std_string.h,
[features.git] / src / frontends / qt2 / QLyXKeySym.h
index 2b900fe5d0c5e330dd4d4cbd38760bdfaaa9a772..9c666b98b833dcce4f064d323ba1e8c76574ad78 100644 (file)
@@ -7,14 +7,14 @@
  * \author Asger and Juergen
  * \author John Levon
  *
- * Full author contact details are available in file CREDITS
+ * Full author contact details are available in file CREDITS.
  */
 
 #ifndef QLYXKEYSYM_H
 #define QLYXKEYSYM_H
 
 
-#include "LString.h"
+#include "support/std_string.h"
 #include "frontends/LyXKeySym.h"
 
 #include <qstring.h>
@@ -49,7 +49,7 @@ public:
 
        /// Is this normal insertable text ? (last ditch attempt only)
        virtual bool isText() const;
+
        /**
         * Return the value of the keysym into the local ISO encoding.
         * This converts the LyXKeySym to a 8-bit encoded character.