]> git.lyx.org Git - lyx.git/blobdiff - src/insets/insetinclude.h
2002-05-30 Lars Gullik Bj�nnes <larsbj@birdstep.com>
[lyx.git] / src / insets / insetinclude.h
index 10bfea34a84ea572084365c4fc1303f3ab9f1323..9aed79b72bf9b6013829448e171689f36743be29 100644 (file)
@@ -17,6 +17,8 @@
 
 #include "insetcommand.h"
 
+#include <boost/signals/signal0.hpp>
+
 class Buffer;
 struct LaTeXFeatures;
 
@@ -116,7 +118,7 @@ public:
        bool loadIfNeeded() const;
 
        /// hide a dialog if about
-       SigC::Signal0<void> hideDialog;
+       boost::signal0<void> hideDialog;
 private:
        /// get the text displayed on the button
        string const getScreenLabel(Buffer const *) const;