summaryrefslogtreecommitdiffstats
path: root/kmail/searchjob.h
diff options
context:
space:
mode:
authortpearson <tpearson@283d02a7-25f6-0310-bc7c-ecb5cbfe19da>2011-02-16 20:17:18 +0000
committertpearson <tpearson@283d02a7-25f6-0310-bc7c-ecb5cbfe19da>2011-02-16 20:17:18 +0000
commitf4fae92b6768541e2952173c3d4b09040f95bf7e (patch)
treed8c5d93232235cd635f3310b4d95490df181ba2d /kmail/searchjob.h
parent125c0a08265b75a133644d3b55f47e37c919f45d (diff)
downloadtdepim-f4fae92b6768541e2952173c3d4b09040f95bf7e.tar.gz
tdepim-f4fae92b6768541e2952173c3d4b09040f95bf7e.zip
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
Diffstat (limited to 'kmail/searchjob.h')
-rw-r--r--kmail/searchjob.h10
1 files changed, 5 insertions, 5 deletions
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<Q_UINT32>, const KMSearchPattern*, bool complete );
+ void searchDone( TQValueList<TQ_UINT32>, 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<Q_UINT32> mSearchSerNums;
+ TQValueList<TQ_UINT32> mSearchSerNums;
// the remaining messages that have to be downloaded for local search
uint mRemainingMsgs;
// progress item for local searches