]> git.lyx.org Git - lyx.git/blobdiff - src/insets/figinset.h
reformatting and remove using delc
[lyx.git] / src / insets / figinset.h
index 13d6a4f461438a64736993c67c13bdeec0ce8b2f..02cb893e2d600655650a3a465e7f3d6f58bc01b1 100644 (file)
@@ -7,7 +7,7 @@
 #ifndef FIGINSET_H
 #define FIGINSET_H
 
-#include "form1.h"
+#include "figure_form.h"
 #include "LString.h"
 #include "buffer.h"
 #include "LaTeXFeatures.h"
 
 struct Figref;
 
-#ifdef SIGC_CXX_NAMESPACES
-using SigC::Object;
-using SigC::Connection;
-#endif
-
 ///
-class InsetFig: public Inset, public Object {
+class InsetFig: public Inset, public SigC::Object {
 public:
        ///
        InsetFig(int tmpx, int tmpy, Buffer const &);
@@ -156,7 +151,7 @@ private:
        /// get sizes from .eps file
        void GetPSSizes();
        /// Redraw connection.
-       Connection r_;
+       SigC::Connection r_;
 };