26 #include "cryptplugwrapperlist.h"
28 CryptPlugWrapper * CryptPlugWrapperList::findForLibName( const TQString & libName ) const
30 for ( TQPtrListIterator<CryptPlugWrapper> it( * this ) ; it.current() ; ++it )
31 if ( (*it)->libName().find( libName, 0, false ) >= 0 )
|