summaryrefslogtreecommitdiffstats
path: root/parts/ctags2/tags.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'parts/ctags2/tags.cpp')
-rw-r--r--parts/ctags2/tags.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/parts/ctags2/tags.cpp b/parts/ctags2/tags.cpp
index 19993823..8b83c701 100644
--- a/parts/ctags2/tags.cpp
+++ b/parts/ctags2/tags.cpp
@@ -123,7 +123,7 @@ Tags::TagList Tags::getMatches(const char* tagFile, const TQString & tagpart, bo
{
type = "macro";
}
- if ( types.isEmpty() || types.contains( entry.kind ) )
+ if ( types.isEmpty() || types.tqcontains( entry.kind ) )
{
list << TagEntry( TQString( entry.name ), type, file, TQString( entry.address.pattern ) );
}