From 7be55ffa061c026e35e2d6a0effe1161ddb0d41f Mon Sep 17 00:00:00 2001 From: tpearson Date: Sat, 31 Jul 2010 19:53:50 +0000 Subject: Trinity Qt initial conversion git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/kdepim@1157655 283d02a7-25f6-0310-bc7c-ecb5cbfe19da --- certmanager/lib/cryptplugwrapperlist.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'certmanager/lib/cryptplugwrapperlist.cpp') diff --git a/certmanager/lib/cryptplugwrapperlist.cpp b/certmanager/lib/cryptplugwrapperlist.cpp index 3ff38ddd8..43f88670d 100644 --- a/certmanager/lib/cryptplugwrapperlist.cpp +++ b/certmanager/lib/cryptplugwrapperlist.cpp @@ -25,9 +25,9 @@ #include "cryptplugwrapperlist.h" -CryptPlugWrapper * CryptPlugWrapperList::findForLibName( const QString & libName ) const +CryptPlugWrapper * CryptPlugWrapperList::findForLibName( const TQString & libName ) const { - for ( QPtrListIterator it( *this ) ; it.current() ; ++it ) + for ( TQPtrListIterator it( *this ) ; it.current() ; ++it ) if ( (*it)->libName().find( libName, 0, false ) >= 0 ) return *it; return 0; -- cgit v1.2.1