X-Git-Url: https://main.carlh.net/gitweb/?a=blobdiff_plain;f=gtk2_ardour%2Fprompter.cc;h=16428eef19dd56160ea4f4cd5008f6345f51a102;hb=ccb51a8ddbecd2fe3d6847d85b3a4ba1f55d3ef1;hp=7bbb9daea9edbbd1c0a1b5c0487a7f4ca2f22a15;hpb=209d967b1bb80a9735d690d8f4f0455ecb9970ca;p=ardour.git diff --git a/gtk2_ardour/prompter.cc b/gtk2_ardour/prompter.cc index 7bbb9daea9..16428eef19 100644 --- a/gtk2_ardour/prompter.cc +++ b/gtk2_ardour/prompter.cc @@ -1,5 +1,5 @@ /* - Copyright (C) 2002 Paul Davis + Copyright (C) 2002 Paul Davis This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by @@ -15,18 +15,12 @@ along with this program; if not, write to the Free Software Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. - $Id$ */ #include "prompter.h" -#include "ardour_ui.h" - -using namespace SigC; ArdourPrompter::ArdourPrompter (bool modal) - : Gtkmmext::Prompter (modal) + : Gtkmm2ext::Prompter (modal) { - the_entry().focus_in_event.connect (slot (ARDOUR_UI::generic_focus_in_event)); - the_entry().focus_out_event.connect (slot (ARDOUR_UI::generic_focus_out_event)); }