33 #ifndef __KLEO_KEYFILTERMANAGER_H__ 34 #define __KLEO_KEYFILTERMANAGER_H__ 37 #include <kdemacros.h> 48 class KDE_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__
|