]> git.lyx.org Git - lyx.git/blobdiff - src/insets/insetgraphics.h
reformatting and remove using delc
[lyx.git] / src / insets / insetgraphics.h
index 5cb82a91deda5c69aa1cdf7a4c9bd69f8b1f5512..96df55fd29f9e6ec069cb18a5616c39f1b1c9b04 100644 (file)
 
 // We need a signal here to hide an active dialog when we are deleted.
 #include "sigc++/signal_system.h"
-#ifdef SIGC_CXX_NAMESPACES
-using SigC::Signal0;
-using SigC::slot;
-using SigC::Object;
-#endif 
 
 class Dialogs;
 class LyXImage;
 
 ///
-#ifdef SIGC_CXX_NAMESPACES
-class InsetGraphics : public Inset, public SigC::Object
-#else
-class InsetGraphics : public Inset, public Object
-#endif
-{
+class InsetGraphics : public Inset, public SigC::Object {
 public:
        ///
        InsetGraphics();
@@ -101,7 +91,7 @@ public:
        /** This signal is connected by our dialog and called when the inset
            is deleted.
        */
-       Signal0 <void> hideDialog;
+       SigC::Signal0<void> hideDialog;
 
 private:
        /// Update the inset after parameter change.