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
This file is part of the documentation for kmail Library Version 3.3.0.