X-Git-Url: http://Server1/repobrowser/?p=xestiaab%2F.git;a=blobdiff_plain;f=source%2FfrmNewAccount.h;h=6ef8b0ce85edb62a373526941780d933218c4841;hp=b6526077655700f0d9c21deb126ddbbf5b9fbdb7;hb=f69e09d827e06435ea94bb73aa71ab5f9d5c035b;hpb=fb9275e87015d9ca017022f7e9837544de74bc83 diff --git a/source/frmNewAccount.h b/source/frmNewAccount.h index b652607..6ef8b0c 100644 --- a/source/frmNewAccount.h +++ b/source/frmNewAccount.h @@ -25,7 +25,6 @@ */ #include "AppXestiaAddrBk.h" -#include "carddav/carddav.h" #include "carddav2/carddav2.h" #include "frmInvalidSSLCertificate.h" @@ -52,8 +51,8 @@ protected: void WriteAccountDetails( wxFileConfig *cfgfilein, wxString AccountType, wxString DirectoryName ); void RunCardDAV2Test( wxCommandEvent& event ); #if defined(__APPLE__) - int DisplayTrustPanel(CardDAV *Connection); - SecTrustResultType ProcessResultType(CardDAV *Connection); + int DisplayTrustPanel(ConnectionObject *Connection); + SecTrustResultType ProcessResultType(ConnectionObject *Connection); #endif public: /** Constructor */