X-Git-Url: https://git.lyx.org/gitweb/?a=blobdiff_plain;f=src%2Finsets%2FRenderPreview.h;h=841ffdacdeea2f531339d96974b6a040fe1c5584;hb=e4c46abeb7385960c9dd42494e3c7c1f3e699b56;hp=83febb3bb981218ffe599bbe7cac644fb3ac1181;hpb=b917c4e40f9f5cd3d101444600eddafcca54d6e3;p=lyx.git diff --git a/src/insets/RenderPreview.h b/src/insets/RenderPreview.h index 83febb3bb9..841ffdacde 100644 --- a/src/insets/RenderPreview.h +++ b/src/insets/RenderPreview.h @@ -21,9 +21,9 @@ #include "support/docstring.h" #include "support/FileMonitor.h" -#include -#include -#include +#include +#include +#include namespace lyx { @@ -41,7 +41,7 @@ class PreviewLoader; } // namespace graphics -class RenderPreview : public RenderBase, public boost::signals::trackable { +class RenderPreview : public RenderBase, public boost::signals2::trackable { public: /// Return true if preview is enabled in text (from LyXRC::preview) static bool previewText(); @@ -105,7 +105,7 @@ private: /** Store the connection to the preview loader so that we connect * only once. */ - boost::signals::connection ploader_connection_; + boost::signals2::connection ploader_connection_; /// Inform the core that the inset has changed. Inset const * parent_; @@ -126,7 +126,7 @@ public: /// Connect and you'll be informed when the file changes. typedef support::FileMonitor::slot_type slot_type; - boost::signals::connection fileChanged(slot_type const &); + boost::signals2::connection fileChanged(slot_type const &); /// equivalent to dynamic_cast virtual RenderMonitoredPreview * asMonitoredPreview() { return this; }