kmail Library API Documentation

certificatewizardimpl.cpp

00001 #ifdef HAVE_CONFIG_H 00002 #include <config.h> 00003 #endif 00004 00005 #include "certificatewizardimpl.h" 00006 #include <kdebug.h> 00007 /* 00008 * Constructs a CertificateWizardImpl which is a child of 'parent', with the 00009 * name 'name' and widget flags set to 'f' 00010 * 00011 * The wizard will by default be modeless, unless you set 'modal' to 00012 * TRUE to construct a modal wizard. 00013 */ 00014 CertificateWizardImpl::CertificateWizardImpl( QWidget* parent, const char* name, bool modal, WFlags fl ) 00015 : CertificateWizard( parent, name, modal, fl ) 00016 { 00017 } 00018 00019 /* 00020 * Destroys the object and frees any allocated resources 00021 */ 00022 CertificateWizardImpl::~CertificateWizardImpl() 00023 { 00024 // no need to delete child widgets, Qt does it all for us 00025 } 00026 00027 /* 00028 * protected slot 00029 */ 00030 void CertificateWizardImpl::slotCreatePSE() 00031 { 00032 kdWarning() << "CertificateWizardImpl::slotCreatePSE() not yet implemented!" << endl; 00033 } 00034 00035 00036 #include "certificatewizardimpl.moc"
KDE Logo
This file is part of the documentation for kmail Library Version 3.3.0.
Documentation copyright © 1996-2004 the KDE developers.
Generated on Fri Oct 1 15:19:14 2004 by doxygen 1.3.7 written by Dimitri van Heesch, © 1997-2003