X-Git-Url: https://git.lyx.org/gitweb/?a=blobdiff_plain;f=src%2Fgraphics%2FGraphicsLoader.h;h=1fa51d3ee8312c5e5182fc77747cc0cbaccb571a;hb=4f0981e7bbbb8d9d00490856daa3d35e170845d7;hp=0a299cba1a6e89870d40e2e8251d297da110e2f8;hpb=b89910af0faf07a8cab46a0000c4cd64b9e6fca2;p=features.git diff --git a/src/graphics/GraphicsLoader.h b/src/graphics/GraphicsLoader.h index 0a299cba1a..1fa51d3ee8 100644 --- a/src/graphics/GraphicsLoader.h +++ b/src/graphics/GraphicsLoader.h @@ -90,10 +90,10 @@ public: /** Connect and you'll be informed when the loading status of the image * changes. */ - typedef signals2::signal sig; + typedef signal sig; typedef sig::slot_type slot; /// - signals2::connection connect(slot const &) const; + connection connect(slot const &) const; /** The loaded image with Pixmap set. * If the Pixmap is not yet set (see status() for why...), returns 0.