summaryrefslogtreecommitdiffstats
path: root/kmail/kmsearchpattern.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/kmsearchpattern.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/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 */