]> git.lyx.org Git - lyx.git/blobdiff - src/support/Timeout.h
Simplify the code that adds underlining to the layout combo.
[lyx.git] / src / support / Timeout.h
index 042ed4587be0cb439ab8d958f2002f0b538a7354..eef78dbec6330ec0bd154626d917a9fee652363b 100644 (file)
@@ -12,7 +12,7 @@
 #ifndef TIMEOUT_H
 #define TIMEOUT_H
 
-#include <boost/signals2.hpp>
+#include "support/signals.h"
 
 
 namespace lyx {
@@ -40,7 +40,7 @@ public:
        /// restart the timer
        void restart();
        /// signal emitted on timer expiry
-       boost::signals2::signal<void()> timeout;
+       signals2::signal<void()> timeout;
        /// emit the signal
        void emit();
        /// set the timer type