diff options
| author | Carl Hetherington <cth@carlh.net> | 2013-08-17 21:47:08 +0100 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2013-08-17 21:47:08 +0100 |
| commit | 2499c41097f8410cb3016e095a85d68979485a7b (patch) | |
| tree | 331a23489d3be42ede2861311a797792ba663805 /src/wx/config_dialog.h | |
| parent | 89af81886eeee57861bc23984a0583bec76d536d (diff) | |
Various bits mostly related to colour conversions.
Diffstat (limited to 'src/wx/config_dialog.h')
| -rw-r--r-- | src/wx/config_dialog.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/wx/config_dialog.h b/src/wx/config_dialog.h index 60d9229c4..82c4ee2a0 100644 --- a/src/wx/config_dialog.h +++ b/src/wx/config_dialog.h @@ -31,8 +31,8 @@ class DirPickerCtrl; class wxNotebook; class ServerDescription; -class ColourConversion; -class ColourConversionDialog; +class PresetColourConversion; +class PresetColourConversionDialog; class ServerDialog; /** @class ConfigDialog @@ -71,7 +71,7 @@ private: wxNotebook* _notebook; wxPanel* _misc_panel; wxPanel* _tms_panel; - EditableList<ColourConversion, ColourConversionDialog>* _colour_conversions_panel; + EditableList<PresetColourConversion, PresetColourConversionDialog>* _colour_conversions_panel; EditableList<ServerDescription, ServerDialog>* _servers_panel; wxPanel* _metadata_panel; wxCheckBox* _set_language; |
