]> git.lyx.org Git - lyx.git/blobdiff - src/insets/insetcommand.h
fix compilation pb ; update eu.po
[lyx.git] / src / insets / insetcommand.h
index d0fb7a5c9fabb6c2a9c90e7015d8cbb8ce2a7203..99f0592dd8ac7ddeedc33c058019e4e0b49bbcf0 100644 (file)
 #include <sigc++/signal_system.h>
 #include <boost/utility.hpp>
 
-#ifdef SIGC_CXX_NAMESPACES
-using SigC::Signal0;
-#endif
-
 // Created by Alejandro 970222
 /** Used to insert a LaTeX command automatically
  *
@@ -78,7 +74,7 @@ private:
 
 
 ///
-class InsetCommand : public InsetButton, public noncopyable {
+class InsetCommand : public InsetButton, boost::noncopyable {
 public:
        ///
        explicit
@@ -131,7 +127,7 @@ public:
        ///
        void setParams(InsetCommandParams const &);
        ///
-       Signal0<void> hideDialog;
+       SigC::Signal0<void> hideDialog;
 private:
        ///
        InsetCommandParams p_;