summaryrefslogtreecommitdiff
path: root/src/wx/email_preferences_page.h
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2025-03-02 12:47:20 +0100
committerCarl Hetherington <cth@carlh.net>2025-03-02 19:23:21 +0100
commit6877f18489edabfc2d91480b6249d1a594e88b0d (patch)
tree9a91d7d65ccbeb00288faa8daacd968f81d8604c /src/wx/email_preferences_page.h
parenta073de1b022b362347d46b7895dc946d6506cf95 (diff)
Rename config_dialog.{cc,h} -> preferences_page.{cc,h}
Also trim some includes.
Diffstat (limited to 'src/wx/email_preferences_page.h')
-rw-r--r--src/wx/email_preferences_page.h10
1 files changed, 9 insertions, 1 deletions
diff --git a/src/wx/email_preferences_page.h b/src/wx/email_preferences_page.h
index 8abbcef33..9b058ae77 100644
--- a/src/wx/email_preferences_page.h
+++ b/src/wx/email_preferences_page.h
@@ -19,7 +19,15 @@
*/
-#include "config_dialog.h"
+#include "preferences_page.h"
+
+
+class wxChoice;
+class wxSpinCtrl;
+class wxTextCtrl;
+
+class Button;
+class PasswordEntry;
namespace dcpomatic {