summaryrefslogtreecommitdiffstats
path: root/kmail/kmsearchpattern.h
diff options
context:
space:
mode:
Diffstat (limited to 'kmail/kmsearchpattern.h')
-rw-r--r--kmail/kmsearchpattern.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/kmail/kmsearchpattern.h b/kmail/kmsearchpattern.h
index 45ffe680..a79b6122 100644
--- a/kmail/kmsearchpattern.h
+++ b/kmail/kmsearchpattern.h
@@ -90,7 +90,7 @@ public:
/** Determine whether the rule is worth considering. It isn't if
either the field is not set or the contents is empty.
- KFilter should make sure that it's rule list contains
+ KFilter should make sure that it's rule list tqcontains
only non-empty rules, as matches doesn't check this. */
virtual bool isEmpty() const = 0;
@@ -299,7 +299,7 @@ public:
under which it could be stored in the config file.
As a TQPtrList with autoDelete enabled, it assumes that it is the
- central repository for the rules it contains. So if you want to
+ central repository for the rules it tqcontains. So if you want to
reuse a rule in another pattern, make a deep copy of that rule.
@short An abstraction of a search over messages.
@@ -339,7 +339,7 @@ public:
*/
bool matches( const KMMessage * msg, bool ignoreBody = false ) const;
bool matches( const DwString & str, bool ignoreBody = false ) const;
- bool matches( Q_UINT32 sernum, bool ignoreBody = false ) const;
+ bool matches( TQ_UINT32 sernum, bool ignoreBody = false ) const;
/** Returns true if the pattern only depends the DwString that backs
a message */