]> git.lyx.org Git - features.git/blobdiff - src/frontends/controllers/ControlPrefs.h
Replace LString.h with support/std_string.h,
[features.git] / src / frontends / controllers / ControlPrefs.h
index f061b667a317a8a29ee45ab3becfc7d09bbffd37..581a81bdb292236023f1edf7f349c636b57c9916 100644 (file)
@@ -6,7 +6,7 @@
  *
  * \author John Levon
  *
- * Full author contact details are available in file CREDITS
+ * Full author contact details are available in file CREDITS.
  */
 
 #ifndef CONTROLPREFS_H
@@ -14,7 +14,7 @@
 
 
 #include "ControlDialog_impl.h"
-#include "LString.h"
+#include "support/std_string.h"
 #include "funcrequest.h"
 #include "lyxrc.h"
 #include "LColor.h"
@@ -44,7 +44,7 @@ public:
 
        /// general browse
        string const browse(string const & file, string const & title);
-       
+
        /// browse directory
        string const browsedir(string const & path, string const & title);