summaryrefslogtreecommitdiff
path: root/gtk2_ardour/editor_snapshots.cc
diff options
context:
space:
mode:
authorRobin Gareus <robin@gareus.org>2017-07-17 05:18:48 +0200
committerRobin Gareus <robin@gareus.org>2017-07-17 21:06:04 +0200
commit1f5ebc54853446a786925941bd014666e75221d2 (patch)
treed03e345ae56d5300b05280e8af75cd709b6ab92e /gtk2_ardour/editor_snapshots.cc
parenteb1e423b7521d4c277c11a884113f40e7406ade8 (diff)
Remove ArdourPrompter wrapper
Diffstat (limited to 'gtk2_ardour/editor_snapshots.cc')
-rw-r--r--gtk2_ardour/editor_snapshots.cc4
1 files changed, 2 insertions, 2 deletions
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;