X-Git-Url: http://Server1/repobrowser/?a=blobdiff_plain;f=source%2Fcontacteditor%2FfrmContactEditorNotes.h;h=3a6d6aca0e2047c020ec8fa98859398a7d9c17bb;hb=074e2db3331d35762f1d2dcf06d98f15200fc225;hp=bdded4309a2f7df651261eec3e9252fe1ba0298d;hpb=da64d37d0a13895554e4ad945c46dd0af6d1c0e6;p=xestiaab%2F.git diff --git a/source/contacteditor/frmContactEditorNotes.h b/source/contacteditor/frmContactEditorNotes.h index bdded43..3a6d6ac 100644 --- a/source/contacteditor/frmContactEditorNotes.h +++ b/source/contacteditor/frmContactEditorNotes.h @@ -25,8 +25,13 @@ Subclass of frmContactEditorNotesADT, which is generated by wxFormBuilder. */ #include +#include + #include "../AppXestiaAddrBk.h" #include "../enums.h" +#include "../common/textprocessing.h" +#include "../common/languages.h" +#include "../widgets/XABPriorityCtrl.h" //// end generated include @@ -35,7 +40,6 @@ class frmContactEditorNotes : public frmContactEditorNotesADT { protected: // Handlers for frmContactEditorNotesADT events. - void EnablePriority( wxCommandEvent& event ); void ProcessAction( wxCommandEvent& event ); void CloseWindow( wxCommandEvent& event ); public: @@ -66,6 +70,7 @@ class frmContactEditorNotes : public frmContactEditorNotesADT wxListCtrl *NotesListCtrlPtr; int NotesListIndex; SectionType EditSectionType; + XABPriorityCtrl *priorityCtrl = nullptr; }; #endif // __frmContactEditorNotes__