]> 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 971e5d50ae3d3f56ecfb045d85b2ea540ae013e2..9aed79b72bf9b6013829448e171689f36743be29 100644 (file)
@@ -17,6 +17,8 @@
 
 #include "insetcommand.h"
 
+#include <boost/signals/signal0.hpp>
+
 class Buffer;
 struct LaTeXFeatures;
 
@@ -77,7 +79,7 @@ public:
        /// This returns the list of bibkeys on the child buffer
        std::vector< std::pair<string,string> > const getKeys() const;
        ///
-       void edit(BufferView *, int x, int y, unsigned int button);
+       void edit(BufferView *, int x, int y, mouse_button::state button);
        ///
        void edit(BufferView * bv, bool front = true);
        ///
@@ -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;