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 cd9220a4..04fb96ea 100644
--- a/ksirc/stringparserstate.h
+++ b/ksirc/stringparserstate.h
@@ -11,7 +11,7 @@ public:
typedef CharType ValueType;
typedef const CharType * ConstIterator;
typedef _SizeType SizeType;
- typedef QValueList<ValueType> ValueList;
+ typedef TQValueList<ValueType> ValueList;
StringParserState( ConstIterator start, SizeType maxSteps,
const ValueList &optionalEndItems = ValueList() )