X-Git-Url: https://git.lyx.org/gitweb/?a=blobdiff_plain;f=src%2Finsets%2FRenderPreview.h;h=841ffdacdeea2f531339d96974b6a040fe1c5584;hb=e4c46abeb7385960c9dd42494e3c7c1f3e699b56;hp=cc7a4b6928d09cb1ecd88a92ecc65092a84bd633;hpb=bdec44d614e9a1bcc7e829653e2df7b27a8311cc;p=lyx.git diff --git a/src/insets/RenderPreview.h b/src/insets/RenderPreview.h index cc7a4b6928..841ffdacde 100644 --- a/src/insets/RenderPreview.h +++ b/src/insets/RenderPreview.h @@ -21,14 +21,13 @@ #include "support/docstring.h" #include "support/FileMonitor.h" -#include -#include -#include +#include +#include +#include namespace lyx { class Buffer; -class LyXRC_PreviewStatus; class MetricsInfo; class PainterInfo; @@ -42,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(); @@ -106,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_; @@ -127,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; }