X-Git-Url: http://Server1/repobrowser/?p=xestiaab%2F.git;a=blobdiff_plain;f=source%2FfrmEditAccount.h;h=4175721c27a6a56b2d64eb16efdb2a665ceece2e;hp=5c37bba68a5fa437134a43fd70e39a3c7d11c3a7;hb=ce32889b3a42670bfbc3bbb87a689ae79e889e68;hpb=2ada825afbc10c79ea6710c19ba9fe3fb948f6ae diff --git a/source/frmEditAccount.h b/source/frmEditAccount.h index 5c37bba..4175721 100644 --- a/source/frmEditAccount.h +++ b/source/frmEditAccount.h @@ -27,8 +27,13 @@ Subclass of frmEditAccountADT, which is generated by wxFormBuilder. #include "AppXestiaAddrBk.h" #include #include "frmInvalidSSLCertificate.h" -#include "common/svrblist.h" -#include "carddav/carddav.h" +#include "connobject/ConnectionObject.h" + +#if defined(__WIN32__) +#include "common/win32ssl.h" +#else +#include "common/sslcertstructs.h" +#endif //// end generated include @@ -51,7 +56,7 @@ class frmEditAccount : public frmEditAccountADT wxString AccName; bool DialogResult = false; #if defined(__APPLE__) - int DisplayTrustPanel(CardDAV *Connection); + int DisplayTrustPanel(ConnectionObject *Connection); #endif //// end generated class members