diff options
| author | Carl Hetherington <cth@carlh.net> | 2025-03-02 11:59:58 +0100 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2025-03-02 19:22:59 +0100 |
| commit | e4537bfa1592674bc4838e4b9b2a72f0adeecc99 (patch) | |
| tree | 0843f4a71e6ddeb62e2c921a11c71baf141de043 /src/wx/kdm_config_dialog.cc | |
| parent | 16f0bebe211e18ed35b5bd32fd6dcfb915f5e02a (diff) | |
Move Keys preferences to its own file.
Diffstat (limited to 'src/wx/kdm_config_dialog.cc')
| -rw-r--r-- | src/wx/kdm_config_dialog.cc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/wx/kdm_config_dialog.cc b/src/wx/kdm_config_dialog.cc index 1e9d3a0f4..528ee0e52 100644 --- a/src/wx/kdm_config_dialog.cc +++ b/src/wx/kdm_config_dialog.cc @@ -28,6 +28,7 @@ #include "config_dialog.h" #include "email_preferences_page.h" #include "kdm_email_preferences_page.h" +#include "keys_preferences_page.h" #include "file_picker_ctrl.h" #include "static_text.h" #include "wx_variant.h" |
