From 1f5ebc54853446a786925941bd014666e75221d2 Mon Sep 17 00:00:00 2001 From: Robin Gareus Date: Mon, 17 Jul 2017 05:18:48 +0200 Subject: Remove ArdourPrompter wrapper --- gtk2_ardour/editor_snapshots.cc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'gtk2_ardour/editor_snapshots.cc') diff --git a/gtk2_ardour/editor_snapshots.cc b/gtk2_ardour/editor_snapshots.cc index 8ab16cc48b..355e4a3d88 100644 --- a/gtk2_ardour/editor_snapshots.cc +++ b/gtk2_ardour/editor_snapshots.cc @@ -32,12 +32,12 @@ #include "ardour/session_directory.h" #include "widgets/choice.h" +#include "widgets/prompter.h" #include "editor_snapshots.h" #include "ardour_ui.h" #include "pbd/i18n.h" #include "utils.h" -#include "prompter.h" using namespace std; using namespace PBD; @@ -143,7 +143,7 @@ EditorSnapshots::popup_context_menu (int button, int32_t time, std::string snaps void EditorSnapshots::rename (std::string old_name) { - ArdourPrompter prompter(true); + ArdourWidgets::Prompter prompter(true); string new_name; -- cgit v1.2.3