diff options
| author | Carl Hetherington <cth@carlh.net> | 2025-03-02 12:27:14 +0100 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2025-03-02 19:22:59 +0100 |
| commit | a073de1b022b362347d46b7895dc946d6506cf95 (patch) | |
| tree | 8e8cfb6e0dccbf12cd76a2da6b7a2f742ff87e6d /src/wx/kdm_config_dialog.cc | |
| parent | 68a61d00f3754f6fc473f6ac86fb3abfe670d190 (diff) | |
Move General preferences tab parent 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 528ee0e52..58abda4fa 100644 --- a/src/wx/kdm_config_dialog.cc +++ b/src/wx/kdm_config_dialog.cc @@ -27,6 +27,7 @@ #include "check_box.h" #include "config_dialog.h" #include "email_preferences_page.h" +#include "general_preferences_page.h" #include "kdm_email_preferences_page.h" #include "keys_preferences_page.h" #include "file_picker_ctrl.h" |
