X-Git-Url: https://git.lyx.org/gitweb/?a=blobdiff_plain;f=src%2Fgraphics%2FGraphicsCacheItem.h;h=a018b3931d7f871c0778eaa830a821d1326a4d53;hb=b3b22b0c70717d0f44dcb91f559ddc0c3239d30c;hp=6f7f968bc6a44086af831849470043faa4053c0e;hpb=db58111360d68f76c5797069a7b80967447d1379;p=lyx.git diff --git a/src/graphics/GraphicsCacheItem.h b/src/graphics/GraphicsCacheItem.h index 6f7f968bc6..a018b3931d 100644 --- a/src/graphics/GraphicsCacheItem.h +++ b/src/graphics/GraphicsCacheItem.h @@ -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 signals2::signal::slot_type slot_type; + typedef signal::slot_type slot_type; /// - signals2::connection connect(slot_type const &) const; + connection connect(slot_type const &) const; private: /// noncopyable