when calculating average slave/master delta, use absolute value.
[ardour.git] / gtk2_ardour / editor_snapshots.cc
index 8ab16cc48b70499d07341a0c955337d7fa8838af..355e4a3d8888a10a003a7c3a8705885fd5e70dac 100644 (file)
 #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;