kmail Library API Documentation

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
KDE Logo
This file is part of the documentation for kmail Library Version 3.2.2.
Documentation copyright © 1996-2004 the KDE developers.
Generated on Sat May 1 11:37:13 2004 by doxygen 1.2.15 written by Dimitri van Heesch, © 1997-2003