summaryrefslogtreecommitdiffstats
path: root/kmail/searchjob.h
diff options
context:
space:
mode:
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