]> git.lyx.org Git - lyx.git/blobdiff - src/frontends/Timeout.h
Extracted from r14281
[lyx.git] / src / frontends / Timeout.h
index 92624973f8b00701da01e81949c2e43881a1509c..27089946eb8891a1d2045bd3c54b02086a6a9c2d 100644 (file)
@@ -7,13 +7,13 @@
  * \author Lars Gullik Bjønnes
  * \author John Levon
  *
- * Full author contact details are available in file CREDITS
+ * Full author contact details are available in file CREDITS.
  */
 
 #ifndef TIMEOUT_H
 #define TIMEOUT_H
 
-#include <boost/signals/signal0.hpp>
+#include <boost/signal.hpp>
 
 
 /**
@@ -39,7 +39,7 @@ public:
        /// restart the timer
        void restart();
        /// signal emitted on timer expiry
-       boost::signal0<void> timeout;
+       boost::signal<void()> timeout;
        /// emit the signal
        void emit();
        /// set the timer type