summaryrefslogtreecommitdiffstats
path: root/kmail/kmfiltermgr.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/kmfiltermgr.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/kmfiltermgr.h')
-rw-r--r--kmail/kmfiltermgr.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/kmail/kmfiltermgr.h b/kmail/kmfiltermgr.h
index 60923866..eabfe093 100644
--- a/kmail/kmfiltermgr.h
+++ b/kmail/kmfiltermgr.h
@@ -89,7 +89,7 @@ public:
write everything back into the configuration. The filter manager
takes ownership of the filters in the list. */
void appendFilters( const TQValueList<KMFilter*> &filters,
- bool replaceIfNameExists = false );
+ bool tqreplaceIfNameExists = false );
/** Replace the list of filters under control of the filter manager.
* The manager takes ownershipt of the filters. */
@@ -123,7 +123,7 @@ public:
/** For ad-hoc filters. Applies @p filter to message with @p serNum .
Return codes are as with the above method. */
- int process( Q_UINT32 serNum, const KMFilter * filter );
+ int process( TQ_UINT32 serNum, const KMFilter * filter );
void cleanup();
/** Increment the reference count for the filter manager.
@@ -182,7 +182,7 @@ signals:
private:
int processPop( KMMessage *msg ) const;
/** Find out if a message matches the filter criteria */
- bool isMatching( Q_UINT32 serNum, const KMFilter *filter );
+ bool isMatching( TQ_UINT32 serNum, const KMFilter *filter );
TQGuardedPtr<KMFilterDlg> mEditDialog;
TQValueVector<KMFolder *> mOpenFolders;