summaryrefslogtreecommitdiffstats
path: root/src/filter.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/filter.h')
-rw-r--r--src/filter.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/filter.h b/src/filter.h
index d269c92..34e75f5 100644
--- a/src/filter.h
+++ b/src/filter.h
@@ -85,7 +85,7 @@ public:
private:
bool equals(Data::EntryPtr entry) const;
- bool tqcontains(Data::EntryPtr entry) const;
+ bool contains(Data::EntryPtr entry) const;
bool matchesRegExp(Data::EntryPtr entry) const;
TQString m_fieldName;