X-Git-Url: https://git.lyx.org/gitweb/?a=blobdiff_plain;f=src%2Finsets%2FRenderPreview.h;h=24eda3a6917fda8d7bf1a51cf2d5f85086154e57;hb=4f0981e7bbbb8d9d00490856daa3d35e170845d7;hp=97725d862d8dac36c7f12a02bcc8f64004ffec68;hpb=b89910af0faf07a8cab46a0000c4cd64b9e6fca2;p=features.git diff --git a/src/insets/RenderPreview.h b/src/insets/RenderPreview.h index 97725d862d..24eda3a691 100644 --- a/src/insets/RenderPreview.h +++ b/src/insets/RenderPreview.h @@ -101,7 +101,7 @@ private: /** Store the connection to the preview loader so that we connect * only once. */ - signals2::scoped_connection ploader_connection_; + scoped_connection ploader_connection_; /// Inform the core that the inset has changed. Inset const * parent_; @@ -122,9 +122,9 @@ public: /// Connect and you'll be informed when the file changes. /// Do not forget to track objects used by the slot. - typedef signals2::signal sig; + typedef signal sig; typedef sig::slot_type slot; - signals2::connection connect(slot const & slot); + connection connect(slot const & slot); /// equivalent to dynamic_cast RenderMonitoredPreview * asMonitoredPreview() override { return this; }