]> git.lyx.org Git - lyx.git/blobdiff - src/graphics/GraphicsCacheItem.h
Merge branch 'master' of git.lyx.org:lyx
[lyx.git] / src / graphics / GraphicsCacheItem.h
index 9cee2b872e61524d67baf57f2d7c146628cff78c..a018b3931d7f871c0778eaa830a821d1326a4d53 100644 (file)
@@ -30,7 +30,7 @@
 
 #include "GraphicsTypes.h"
 
-#include <boost/signals2.hpp>
+#include "support/signals.h"
 
 
 namespace lyx {
@@ -40,7 +40,6 @@ namespace support { class FileName; }
 namespace graphics {
 
 class Image;
-class Converter;
 
 /// A graphics::Cache item holder.
 class CacheItem {
@@ -82,9 +81,9 @@ public:
        /** Connect and you'll be informed when the loading status of the image
         *  changes.
         */
-       typedef boost::signals2::signal<void()>::slot_type slot_type;
+       typedef signal<void()>::slot_type slot_type;
        ///
-       boost::signals2::connection connect(slot_type const &) const;
+       connection connect(slot_type const &) const;
 
 private:
        /// noncopyable