One fix.
[ardour.git] / gtk2_ardour / prompter.h
index c2b78c770a8e324b28855a15a3ecd944cc059cc7..0af5fdee7b9f69f49e5220eb7dc978b9a87ae1ad 100644 (file)
@@ -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
     along with this program; if not, write to the Free Software
     Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
 
-    $Id$
 */
 
 #ifndef __ardour_gtk_prompter_h__
 #define __ardour_gtk_prompter_h__
 
-#include <gtkmmext/prompter.h>
+#include <gtkmm2ext/prompter.h>
 
-class ArdourPrompter : public Gtkmmext::Prompter
+class ArdourPrompter : public Gtkmm2ext::Prompter
 {
   public:
        ArdourPrompter (bool modal = false);