diff -r aad866c37519 -r cc1cea6aabaf pkiutilities/untrustedcertificatedialog/inc/untrustedcertificatedialog.h --- a/pkiutilities/untrustedcertificatedialog/inc/untrustedcertificatedialog.h Fri Jun 11 14:28:40 2010 +0300 +++ b/pkiutilities/untrustedcertificatedialog/inc/untrustedcertificatedialog.h Thu Jun 24 12:46:20 2010 +0300 @@ -59,19 +59,22 @@ bool constructDialog(const QVariantMap ¶meters); bool updateFromParameters(const QVariantMap ¶meters); void sendResult(int result); + void confirmPermanentAccept(); private slots: // new slots void handleAccepted(); void handleRejected(); + void handlePermanentAcceptance(); private: // new functions Q_DISABLE_COPY(UntrustedCertificateDialog) private: // data int mLastError; - bool mShowEventReceived; UntrustedCertificateWidget *mContent; QVariantMap mResultMap; + bool mShowEventReceived; + HbAction *mOkAction; }; #endif // UNTRUSTEDCERTIFICATEDIALOG_H