X-Git-Url: https://git.lyx.org/gitweb/?a=blobdiff_plain;f=src%2Fgraphics%2FGraphicsLoader.h;h=a90bd9696357f6f37d69366322cac949652a35c7;hb=a700d657b3b06541b10ddae8cc5847bd46d06aae;hp=57328107085b7f86f9927fb93d0f84d83c372e16;hpb=9c55af4a223ce4db29d643251109e245665344bd;p=lyx.git diff --git a/src/graphics/GraphicsLoader.h b/src/graphics/GraphicsLoader.h index 5732810708..a90bd96963 100644 --- a/src/graphics/GraphicsLoader.h +++ b/src/graphics/GraphicsLoader.h @@ -26,7 +26,7 @@ #include "GraphicsTypes.h" -#include +#include namespace lyx { @@ -91,10 +91,10 @@ public: /** Connect and you'll be informed when the loading status of the image * changes. */ - typedef boost::signal sig_type; + typedef boost::signals2::signal 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; /** The loaded image with Pixmap set. * If the Pixmap is not yet set (see status() for why...), returns 0.