Automatically export the Index parameter of new Duplicate layers.
[synfig.git] / synfig-studio / trunk / src / gtkmm / toolbox.cpp
index 4761c4c..45c7104 100644 (file)
@@ -87,7 +87,7 @@ using namespace std;
 using namespace etl;
 using namespace synfig;
 using namespace studio;
-using namespace SigC;
+using namespace sigc;
 
 /* === M A C R O S ========================================================= */
 
@@ -388,7 +388,7 @@ Toolbox::~Toolbox()
 }
 
 void
-Toolbox::set_active_state(const String& statename)
+Toolbox::set_active_state(const synfig::String& statename)
 {
        std::map<synfig::String,Gtk::ToggleButton *>::iterator iter;