You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 

19 lines
549 B

#ifndef ENCRYPTIONCONFIGURATIONDIALOGIMPL_H
#define ENCRYPTIONCONFIGURATIONDIALOGIMPL_H
#include "encryptionconfigurationdialog.h"
class CryptPlugWrapper;
class EncryptionConfigurationDialogImpl : public EncryptionConfigurationDialog
{
Q_OBJECT
public:
EncryptionConfigurationDialogImpl( QWidget* parent = 0,
const char* name = 0, Qt::WFlags fl = 0 );
~EncryptionConfigurationDialogImpl();
void enableDisable( CryptPlugWrapper* wrapper );
};
#endif // ENCRYPTIONCONFIGURATIONDIALOGIMPL_H