]> git.lyx.org Git - lyx.git/blobdiff - src/graphics/PreviewLoader.h
Merge branch 'master' into biblatex2
[lyx.git] / src / graphics / PreviewLoader.h
index 3f617628fc2dd7d9d15520ca5a11d564dfcffdd1..3239ffcf173c466f810b66a5ca6890ab4ec92d55 100644 (file)
@@ -18,7 +18,7 @@
 #ifndef PREVIEWLOADER_H
 #define PREVIEWLOADER_H
 
-#include <boost/signal.hpp>
+#include <boost/signals2.hpp>
 #include <QObject>
 
 #include "ColorCode.h"
@@ -76,10 +76,10 @@ public:
         *  has been created and is ready for loading through
         *  lyx::graphics::PreviewImage::image().
         */
-       typedef boost::signal<void(PreviewImage const &)> sig_type;
+       typedef boost::signals2::signal<void(PreviewImage const &)> sig_type;
        typedef sig_type::slot_type slot_type;
        ///
-       boost::signals::connection connect(slot_type const &) const;
+       boost::signals2::connection connect(slot_type const &) const;
 
        /** When PreviewImage has finished loading the image file into memory,
         *  it tells the PreviewLoader to tell the outside world