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/kleo/hierarchicalkeylistjob.h | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) (limited to 'certmanager/lib/kleo/hierarchicalkeylistjob.h') diff --git a/certmanager/lib/kleo/hierarchicalkeylistjob.h b/certmanager/lib/kleo/hierarchicalkeylistjob.h index a91ff6dc..c4f7fe04 100644 --- a/certmanager/lib/kleo/hierarchicalkeylistjob.h +++ b/certmanager/lib/kleo/hierarchicalkeylistjob.h @@ -39,8 +39,8 @@ #include -#include -#include +#include +#include #include @@ -63,10 +63,10 @@ namespace Kleo { suitable slots and then start the keylisting with a call to start(). This call might fail, in which case the HierarchicalKeyListJob instance will have scheduled it's own - destruction with a call to QObject::deleteLater(). + destruction with a call to TQObject::deleteLater(). After result() is emitted, the HierarchicalKeyListJob will - schedule its own destruction by calling QObject::deleteLater(). + schedule its own destruction by calling TQObject::deleteLater(). */ class KDE_EXPORT HierarchicalKeyListJob : public KeyListJob { Q_OBJECT @@ -84,9 +84,9 @@ namespace Kleo { The \a secretOnly parameter is ignored by HierarchicalKeyListJob and must be set to false. */ - GpgME::Error start( const QStringList & patterns, bool secretOnly=false ); + GpgME::Error start( const TQStringList & patterns, bool secretOnly=false ); - GpgME::KeyListResult exec( const QStringList & patterns, bool secretOnly, + GpgME::KeyListResult exec( const TQStringList & patterns, bool secretOnly, std::vector & keys ); private slots: @@ -104,11 +104,11 @@ namespace Kleo { const bool mIncludeSigs; const bool mValidating; bool mTruncated; - std::set mSentSet; // keys already sent (prevent duplicates even if the backend should return them) - std::set mScheduledSet; // keys already scheduled (by starting a job for them) - std::set mNextSet; // keys to schedule for the next iteraton + std::set mSentSet; // keys already sent (prevent duplicates even if the backend should return them) + std::set mScheduledSet; // keys already scheduled (by starting a job for them) + std::set mNextSet; // keys to schedule for the next iteraton GpgME::KeyListResult mIntermediateResult; - QGuardedPtr mJob; + TQGuardedPtr mJob; }; } -- cgit v1.2.3