certificatehandlingdialogimpl.h
00001 #ifndef CERTIFICATEHANDLINGDIALOGIMPL_H
00002 #define CERTIFICATEHANDLINGDIALOGIMPL_H
00003 #include "certificatehandlingdialog.h"
00004
00005 class CertificateHandlingDialogImpl : public CertificateHandlingDialog
00006 {
00007 Q_OBJECT
00008
00009 public:
00010 CertificateHandlingDialogImpl( QWidget* parent = 0, const char* name = 0, WFlags fl = 0 );
00011 ~CertificateHandlingDialogImpl();
00012
00013 protected slots:
00014 void slotDeleteCertificate();
00015 void slotCertificateSelectionChanged( QListViewItem* );
00016 void slotRequestChangedCertificate();
00017 void slotRequestExtendedCertificate();
00018 void slotRequestNewCertificate();
00019 void slotUseForEncrypting();
00020 void slotUseForSigning();
00021
00022 };
00023
00024 #endif // CERTIFICATEHANDLINGDIALOGIMPL_H
This file is part of the documentation for kmail Library Version 3.2.2.