]> git.lyx.org Git - lyx.git/blobdiff - src/support/FileMonitor.h
Output column width info for XHTML.
[lyx.git] / src / support / FileMonitor.h
index 3f0b91785b3a56917b946b52344781942551d519..d0d3741d4a7262a025f29dab1217ad847f1550c1 100644 (file)
@@ -15,7 +15,7 @@
 #ifndef FILEMONITOR_H
 #define FILEMONITOR_H
 
-#include <boost/signal.hpp>
+#include <boost/signals2.hpp>
 
 namespace lyx {
 namespace support {
@@ -55,10 +55,10 @@ public:
        unsigned long checksum() const;
 
        /// Connect and you'll be informed when the file has changed.
-       typedef boost::signal<void()> FileChangedSig;
+       typedef boost::signals2::signal<void()> FileChangedSig;
        typedef FileChangedSig::slot_type slot_type;
        ///
-       boost::signals::connection connect(slot_type const &) const;
+       boost::signals2::connection connect(slot_type const &) const;
 
 private:
        /// noncopyable