diff options
| author | Carl Hetherington <cth@carlh.net> | 2017-07-25 16:49:35 +0100 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2017-07-25 16:49:35 +0100 |
| commit | c3e2b2051f4c50d92c7bbe59c42174984c2f3e54 (patch) | |
| tree | 267ef4cde4d1c23424b3c0250d53063564e7fff3 /src/wx/confirm_kdm_email_dialog.h | |
| parent | bd12168f1381e8e5fb197e5f25cf716fcf012010 (diff) | |
First go at configurable config.xml location.
Diffstat (limited to 'src/wx/confirm_kdm_email_dialog.h')
| -rw-r--r-- | src/wx/confirm_kdm_email_dialog.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/wx/confirm_kdm_email_dialog.h b/src/wx/confirm_kdm_email_dialog.h index 84182ad93..311cb08ea 100644 --- a/src/wx/confirm_kdm_email_dialog.h +++ b/src/wx/confirm_kdm_email_dialog.h @@ -18,10 +18,11 @@ */ +#include "question_dialog.h" #include <wx/wx.h> #include <list> -class ConfirmKDMEmailDialog : public wxDialog +class ConfirmKDMEmailDialog : public QuestionDialog { public: ConfirmKDMEmailDialog (wxWindow* parent, std::list<std::string> addresses); |
