summaryrefslogtreecommitdiffstats
path: root/lib/kformula/sequenceparser.h
diff options
context:
space:
mode:
Diffstat (limited to 'lib/kformula/sequenceparser.h')
-rw-r--r--lib/kformula/sequenceparser.h12
1 files changed, 6 insertions, 6 deletions
diff --git a/lib/kformula/sequenceparser.h b/lib/kformula/sequenceparser.h
index 1051ec129..f710e4cb2 100644
--- a/lib/kformula/sequenceparser.h
+++ b/lib/kformula/sequenceparser.h
@@ -21,8 +21,8 @@
#ifndef SEQUENCEPARSER_H
#define SEQUENCEPARSER_H
-#include <qptrlist.h>
-#include <qstring.h>
+#include <tqptrlist.h>
+#include <tqstring.h>
#include "kformuladefs.h"
@@ -43,7 +43,7 @@ public:
/**
* @returns a parse tree.
*/
- ElementType* parse(QPtrList<BasicElement>& elements);
+ ElementType* parse(TQPtrList<BasicElement>& elements);
/**
* Reads the next token.
@@ -70,7 +70,7 @@ public:
/**
* @returns the current token's text
*/
- QString text();
+ TQString text();
private:
@@ -92,13 +92,13 @@ private:
/**
* @returns the char at tokenEnd.
*/
- QChar getEndChar();
+ TQChar getEndChar();
/**
* The elements we want to parse. The parser must not change
* it!
*/
- QPtrList<BasicElement> list;
+ TQPtrList<BasicElement> list;
/**
* The position up to which we have read. The current