kmail Library API Documentation

encryptionconfigurationdialogimpl.h

00001 #ifndef ENCRYPTIONCONFIGURATIONDIALOGIMPL_H 00002 #define ENCRYPTIONCONFIGURATIONDIALOGIMPL_H 00003 #include "encryptionconfigurationdialog.h" 00004 00005 class CryptPlugWrapper; 00006 00007 class EncryptionConfigurationDialogImpl : public EncryptionConfigurationDialog 00008 { 00009 Q_OBJECT 00010 00011 public: 00012 EncryptionConfigurationDialogImpl( QWidget* parent = 0, 00013 const char* name = 0, WFlags fl = 0 ); 00014 ~EncryptionConfigurationDialogImpl(); 00015 00016 void enableDisable( CryptPlugWrapper* wrapper ); 00017 }; 00018 00019 #endif // ENCRYPTIONCONFIGURATIONDIALOGIMPL_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:58 2004 by doxygen 1.3.7 written by Dimitri van Heesch, © 1997-2003