]> git.lyx.org Git - features.git/blobdiff - src/graphics/PreviewLoader.h
Replace LString.h with support/std_string.h,
[features.git] / src / graphics / PreviewLoader.h
index 3db6850b8fb6acb8be89a1861a8e6d074e1e02c3..345e72c72151218adde3a540977c0aa7ea3fa775 100644 (file)
@@ -1,24 +1,24 @@
 // -*- C++ -*-
 /**
- *  \file PreviewLoader.h
+ * \file PreviewLoader.h
  * This file is part of LyX, the document processor.
  * Licence details can be found in the file COPYING.
  *
  * \author Angus Leeming
  *
- * Full author contact details are available in file CREDITS
+ * Full author contact details are available in file CREDITS.
  *
- *  lyx::graphics::PreviewLoader collects latex snippets together. Then, on a
- *  startLoading() call, these are dumped to file and processed, converting
- *  each snippet to a separate bitmap image file. Once a bitmap file is ready
- *  to be loaded back into LyX, the PreviewLoader emits a signal to inform
- *  the initiating process.
+ * lyx::graphics::PreviewLoader collects latex snippets together. Then, on a
+ * startLoading() call, these are dumped to file and processed, converting
+ * each snippet to a separate bitmap image file. Once a bitmap file is ready
+ * to be loaded back into LyX, the PreviewLoader emits a signal to inform
+ * the initiating process.
  */
 
 #ifndef PREVIEWLOADER_H
 #define PREVIEWLOADER_H
 
-#include "LString.h"
+#include "support/std_string.h"
 #include <boost/utility.hpp>
 #include <boost/scoped_ptr.hpp>
 #include <boost/signals/signal1.hpp>