From f4fae92b6768541e2952173c3d4b09040f95bf7e Mon Sep 17 00:00:00 2001 From: tpearson Date: Wed, 16 Feb 2011 20:17:18 +0000 Subject: Moved kpilot from kdepim to applications, as the core Trinity libraries should not contain hardware-dependent software git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/kdepim@1221127 283d02a7-25f6-0310-bc7c-ecb5cbfe19da --- kmail/searchjob.h | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'kmail/searchjob.h') diff --git a/kmail/searchjob.h b/kmail/searchjob.h index d48d96b6..0fe6bdf8 100644 --- a/kmail/searchjob.h +++ b/kmail/searchjob.h @@ -62,7 +62,7 @@ public: * @param serNum if you specify the serNum only this is checked */ SearchJob( KMFolderImap* folder, ImapAccountBase* account, - const KMSearchPattern* pattern, Q_UINT32 serNum = 0 ); + const KMSearchPattern* pattern, TQ_UINT32 serNum = 0 ); virtual ~SearchJob(); @@ -107,21 +107,21 @@ protected slots: signals: // emitted when a list of matching serial numbers was found - void searchDone( TQValueList, const KMSearchPattern*, bool complete ); + void searchDone( TQValueList, const KMSearchPattern*, bool complete ); // emitted when a single message (identified by the serial number) was checked - void searchDone( Q_UINT32, const KMSearchPattern*, bool matches ); + void searchDone( TQ_UINT32, const KMSearchPattern*, bool matches ); protected: KMFolderImap* mFolder; ImapAccountBase* mAccount; const KMSearchPattern* mSearchPattern; KMSearchPattern* mLocalSearchPattern; - Q_UINT32 mSerNum; + TQ_UINT32 mSerNum; // saves the results of the imap search TQStringList mImapSearchHits; // collects the serial numbers from imap and local search - TQValueList mSearchSerNums; + TQValueList mSearchSerNums; // the remaining messages that have to be downloaded for local search uint mRemainingMsgs; // progress item for local searches -- cgit v1.2.3