]> git.lyx.org Git - lyx.git/blobdiff - src/support/Timeout.h
Fix bug 9798.
[lyx.git] / src / support / Timeout.h
index d4b0a647fce4615eff084e9c878ba48b802fb02e..eef78dbec6330ec0bd154626d917a9fee652363b 100644 (file)
@@ -12,7 +12,7 @@
 #ifndef TIMEOUT_H
 #define TIMEOUT_H
 
-#include <boost/signal.hpp>
+#include "support/signals.h"
 
 
 namespace lyx {
@@ -40,7 +40,7 @@ public:
        /// restart the timer
        void restart();
        /// signal emitted on timer expiry
-       boost::signal<void()> timeout;
+       signals2::signal<void()> timeout;
        /// emit the signal
        void emit();
        /// set the timer type