X-Git-Url: http://Server1/repobrowser/?p=xestiaab%2F.git;a=blobdiff_plain;f=source%2Fcontacteditor%2FfrmContactEditorNickname.h;h=e40663ed49a31af7b2649e173c73190c01b4deef;hp=e14699cc748d956f00dd6c131e94a13c48e61bdb;hb=1e038086c27e3da18da6ebfa1bb3d3acf5d0f0d7;hpb=9a84daaa816cc3f4f64880594512f4098c0e29d9 diff --git a/source/contacteditor/frmContactEditorNickname.h b/source/contacteditor/frmContactEditorNickname.h index e14699c..e40663e 100644 --- a/source/contacteditor/frmContactEditorNickname.h +++ b/source/contacteditor/frmContactEditorNickname.h @@ -30,6 +30,7 @@ Subclass of frmContactEditorNicknameADT, which is generated by wxFormBuilder. #include "../enums.h" #include "../common/textprocessing.h" #include "../common/languages.h" +#include "../widgets/XABPriorityCtrl.h" //// end generated include @@ -39,7 +40,6 @@ class frmContactEditorNickname : public frmContactEditorNicknameADT protected: // Handlers for frmContactEditorNicknameADT events. void InitAddressEditor( wxInitDialogEvent& event ); - void EnablePriority( wxCommandEvent& event ); void ProcessData( wxCommandEvent& event ); void CloseWindow( wxCommandEvent& event ); public: @@ -68,6 +68,7 @@ class frmContactEditorNickname : public frmContactEditorNicknameADT wxListCtrl *NicknamesListCtrlPtr; int NicknamesListIndex; SectionType EditSectionType; + XABPriorityCtrl *priorityCtrl = nullptr; };