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