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 Wed Jul 28 23:57:56 2004 by doxygen 1.3.7 written by Dimitri van Heesch, © 1997-2003