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