certificatewizardimpl.h
00001 #ifndef CERTIFICATEWIZARDIMPL_H
00002 #define CERTIFICATEWIZARDIMPL_H
00003 #include "certificatewizard.h"
00004
00005 class CertificateWizardImpl : public CertificateWizard
00006 {
00007 Q_OBJECT
00008
00009 public:
00010 CertificateWizardImpl( QWidget* parent = 0, const char* name = 0, bool modal = FALSE, WFlags fl = 0 );
00011 ~CertificateWizardImpl();
00012
00013 protected slots:
00014 void slotCreatePSE();
00015
00016 };
00017
00018 #endif // CERTIFICATEWIZARDIMPL_H
This file is part of the documentation for kmail Library Version 3.2.2.