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.1.
Documentation copyright © 1996-2004 the KDE developers.
Generated on Sat Mar 6 17:18:15 2004 by
doxygen 1.3.6-20040222 written by
Dimitri van Heesch, © 1997-2003