]> git.lyx.org Git - lyx.git/blobdiff - src/trans_decl.h
Rewording in GTK document dialog
[lyx.git] / src / trans_decl.h
index 57ff760d76985791608063257c3cf7255e85f364..cd5da79e551e1f87f3206f4c23a455a46f3ed353 100644 (file)
 #ifndef TRANS_DECL_H
 #define TRANS_DECL_H
 
-#include "support/std_string.h"
 #include "tex-accent.h"
 
 #include <list>
+#include <string>
 
 
 ///
@@ -24,7 +24,7 @@ struct Keyexc {
        /// character to make exception
        char c;
        /// exception data
-       string data;
+       std::string data;
        /// Combination with another deadkey
        bool combined;
        /// The accent comined with
@@ -35,9 +35,10 @@ struct Keyexc {
 typedef std::list<Keyexc> KmodException;
 
 ///
-struct KmodInfo {
+class KmodInfo {
+public:
        ///
-       string data;
+       std::string data;
        ///
        tex_accent accent;
        ///