32#ifndef CRYPTOCONFIGMODULE_H
33#define CRYPTOCONFIGMODULE_H
35#include <kjanuswidget.h>
37#include <tqvaluelist.h>
42 class CryptoConfigComponentGUI;
48 class CryptoConfigModule : public KJanusWidget {
52 CryptoConfigModule( Kleo::CryptoConfig* config, TQWidget * parent=0, const char * name=0 );
54 bool hasError() const;
66 TQValueList<CryptoConfigComponentGUI *> mComponentGUIs;
Main interface to crypto configuration.
|