]> git.lyx.org Git - lyx.git/blobdiff - src/graphics/Previews.h
clean code to export between different flavours, output different code for sgml to...
[lyx.git] / src / graphics / Previews.h
index 1f9430d984679bf99f42331d00c72005175e1fb4..db666d11bef8322f35304bea04e98b6892d396c8 100644 (file)
 #ifndef PREVIEWS_H
 #define PREVIEWS_H
 
-#include "LString.h"
 #include <boost/utility.hpp>
 #include <boost/scoped_ptr.hpp>
 
 class Buffer;
+class LyXRC_PreviewStatus;
 
 namespace lyx {
 namespace graphics {
@@ -29,7 +29,7 @@ class PreviewLoader;
 class Previews : boost::noncopyable {
 public:
        /// a wrapper for lyxrc.preview
-       static bool activated();
+       static LyXRC_PreviewStatus status();
 
        /// This is a singleton class. Get the instance.
        static Previews & get();