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.h | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'certmanager/lib/cryptplugwrapperlist.h') diff --git a/certmanager/lib/cryptplugwrapperlist.h b/certmanager/lib/cryptplugwrapperlist.h index 3fab5799c..30d4fcd95 100644 --- a/certmanager/lib/cryptplugwrapperlist.h +++ b/certmanager/lib/cryptplugwrapperlist.h @@ -24,14 +24,14 @@ #include "cryptplugwrapper.h" -#include +#include -class CryptPlugWrapperList : public QPtrList +class CryptPlugWrapperList : public TQPtrList { public: - CryptPlugWrapper * findForLibName( const QString & libName ) const; + CryptPlugWrapper * findForLibName( const TQString & libName ) const; }; -typedef QPtrListIterator CryptPlugWrapperListIterator; +typedef TQPtrListIterator CryptPlugWrapperListIterator; #endif -- cgit v1.2.1