X-Git-Url: http://Server1/repobrowser/?p=xestiaab%2F.git;a=blobdiff_plain;f=source%2Fcontacteditor%2FfrmContactEditorTimezones.h;h=a71fc1af936e8c3907b9e7510fb145e56ee83f2a;hp=09e771e2903970532e9473172a93d6f2afc59ccd;hb=1cd99f1d6252ccfd70cea70a86f6977e4f2d6e6d;hpb=45729fca56479bd9158486e0cda0c4a94b4dd1dc diff --git a/source/contacteditor/frmContactEditorTimezones.h b/source/contacteditor/frmContactEditorTimezones.h index 09e771e..a71fc1a 100644 --- a/source/contacteditor/frmContactEditorTimezones.h +++ b/source/contacteditor/frmContactEditorTimezones.h @@ -1,3 +1,21 @@ +// frmContactEditorTimezones.cpp - frmContactEditorTimezones form header. +// +// (c) 2012-2015 Xestia Software Development. +// +// This file is part of Xestia Address Book. +// +// Xestia Address Book is free software: you can redistribute it and/or modify +// it under the terms of the GNU General Public License as published by the +// Free Software Foundation, version 3 of the license. +// +// Xestia Address Book is distributed in the hope that it will be useful, +// but WITHOUT ANY WARRANTY; without even the implied warranty of +// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +// GNU General Public License for more details. +// +// You should have received a copy of the GNU General Public License along +// with Xestia Address Book. If not, see + #ifndef __frmContactEditorTimezones__ #define __frmContactEditorTimezones__ @@ -11,6 +29,7 @@ Subclass of frmContactEditorTimezonesADT, which is generated by wxFormBuilder. #include "../AppXestiaAddrBk.h" #include "../enums.h" +#include "../widgets/XABPriorityCtrl.h" //// end generated include @@ -19,7 +38,6 @@ class frmContactEditorTimezones : public frmContactEditorTimezonesADT { protected: // Handlers for frmContactEditorTimezonesADT events. - void EnablePriority( wxCommandEvent& event ); void ProcessAction( wxCommandEvent& event ); void CloseWindow( wxCommandEvent& event ); public: @@ -48,8 +66,7 @@ class frmContactEditorTimezones : public frmContactEditorTimezonesADT wxListCtrl *TZListCtrlPtr; int TZListIndex; SectionType EditSectionType; - - + XABPriorityCtrl *priorityCtrl = nullptr; }; #endif // __frmContactEditorTimezones__