summaryrefslogtreecommitdiffstats
path: root/ksirc/stringparserstate.h
diff options
context:
space:
mode:
Diffstat (limited to 'ksirc/stringparserstate.h')
-rw-r--r--ksirc/stringparserstate.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/ksirc/stringparserstate.h b/ksirc/stringparserstate.h
index 04fb96ea..06167267 100644
--- a/ksirc/stringparserstate.h
+++ b/ksirc/stringparserstate.h
@@ -33,7 +33,7 @@ public:
{
if ( m_current >= m_end )
return true;
- return m_endItems.findIndex( currentValue() ) != -1;
+ return m_endItems.tqfindIndex( currentValue() ) != -1;
}
ConstIterator current() const { return m_current; }