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