c&p debug
[ardour.git] / gtk2_ardour / mtest.cc
index 2ff1fd6b37c893ac21e929abaabbea5b344d477c..3103a8305365d8aebf01703c1efce77013d80a0d 100644 (file)
@@ -26,7 +26,6 @@
 
 using namespace Gtk;
 using namespace std;
-using namespace sigc;
 using namespace Glib;
 
 void
@@ -65,7 +64,7 @@ make_action (Glib::RefPtr<ActionGroup> group, string name, string label)
 }
 
 bool
-lookup_entry (const ustring accel_path, Gtk::AccelKey& key)
+lookup_entry (const string accel_path, Gtk::AccelKey& key)
 {
        GtkAccelKey gkey;
        bool known = gtk_accel_map_lookup_entry (accel_path.c_str(), &gkey);