X-Git-Url: http://Server1/repobrowser/?a=blobdiff_plain;f=source%2Fforms%2Fmain%2FfrmMain.h;h=5dd5ec3aad41b92d4d41187a58e87bfe0d3aff04;hb=78c8d9942025ec5c469e25b8543f77f1d2c62252;hp=32017cc1359930a3ecbd71b58ef3f6b7236cb942;hpb=285af7a588967bcc5c4565125c37f5f296040556;p=xestiacalendar%2F.git diff --git a/source/forms/main/frmMain.h b/source/forms/main/frmMain.h index 32017cc..5dd5ec3 100644 --- a/source/forms/main/frmMain.h +++ b/source/forms/main/frmMain.h @@ -7,8 +7,15 @@ Subclass of frmMainADT, which is generated by wxFormBuilder. */ #include +#include +#include +#include #include "../../AppXestiaCalendar.h" + +#include "../about/frmAbout.h" +#include "../update/frmUpdate.h" + #include "../../widgets/XCCalendarCtrl.h" #include "../../libraries/CalendarDataStorage/CalendarDataStorage.h" #include "../../objects/calendarlist/CalendarList.h" @@ -32,6 +39,8 @@ class frmMain : public frmMainADT void QuitApp( wxCloseEvent& event ); void QuitApp( wxCommandEvent& event ); void QuitApp(); + void ShowUpdateWindow( wxCommandEvent& event ); + void ShowAboutWindow( wxCommandEvent& event ); void LoadAccountData();