diff options
Diffstat (limited to 'src/base/Selection.h')
-rw-r--r-- | src/base/Selection.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/base/Selection.h b/src/base/Selection.h index c0a3c7b..93ce4b4 100644 --- a/src/base/Selection.h +++ b/src/base/Selection.h @@ -82,13 +82,13 @@ public: * Test whether a given Event (in the Segment) is part of * this selection. */ - bool tqcontains(Event *e) const; + bool contains(Event *e) const; /** * Return true if there are any events of the given type in * this selection. Slow. */ - bool tqcontains(const std::string &eventType) const; + bool contains(const std::string &eventType) const; /** * Return the time at which the first Event in the selection |