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 Sat May 1 11:37:18 2004 by doxygen 1.2.15 written by Dimitri van Heesch, © 1997-2003