33 #ifndef __KLEO_KEYFILTERMANAGER_H__
34 #define __KLEO_KEYFILTERMANAGER_H__
37 #include <tdemacros.h>
48 class TDE_EXPORT KeyFilterManager : public TQObject {
52 KeyFilterManager( TQObject * parent=0, const char * name=0 );
56 static KeyFilterManager * instance();
58 const KeyFilter * filterMatching( const GpgME::Key & key ) const;
65 static KeyFilterManager * mSelf;
70 #endif // __KLEO_KEYFILTERMANAGER_H__
|