summaryrefslogtreecommitdiff
path: root/gtk2_ardour/luadialog.h
diff options
context:
space:
mode:
Diffstat (limited to 'gtk2_ardour/luadialog.h')
-rw-r--r--gtk2_ardour/luadialog.h5
1 files changed, 3 insertions, 2 deletions
diff --git a/gtk2_ardour/luadialog.h b/gtk2_ardour/luadialog.h
index a2acff6574..2ff616f348 100644
--- a/gtk2_ardour/luadialog.h
+++ b/gtk2_ardour/luadialog.h
@@ -21,11 +21,12 @@
#include <cassert>
#include <gtkmm/table.h>
-#include <gtkmm/messagedialog.h>
#include <gtkmm/progressbar.h>
#include "LuaBridge/LuaBridge.h"
+#include "ardour_message.h"
+
namespace LuaDialog {
class Message {
@@ -49,7 +50,7 @@ private:
static Gtk::ButtonsType to_gtk_bt (ButtonType bt);
static Gtk::MessageType to_gtk_mt (MessageType mt);
- Gtk::MessageDialog _message_dialog;
+ ArdourMessageDialog _message_dialog;
};
class LuaDialogWidget {