diff options
Diffstat (limited to 'lib/kformula/tokenelement.h')
-rw-r--r-- | lib/kformula/tokenelement.h | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/lib/kformula/tokenelement.h b/lib/kformula/tokenelement.h index 8a64bb99..9982225b 100644 --- a/lib/kformula/tokenelement.h +++ b/lib/kformula/tokenelement.h @@ -30,13 +30,13 @@ KFORMULA_NAMESPACE_BEGIN class TokenElement : public TokenStyleElement { typedef TokenStyleElement inherited; public: - TokenElement( BasicElement* parent = 0 ); + TokenElement( BasicElement* tqparent = 0 ); - virtual int buildChildrenFromMathMLDom(QPtrList<BasicElement>& list, QDomNode n); + virtual int buildChildrenFromMathMLDom(TQPtrList<BasicElement>& list, TQDomNode n); - virtual QString getElementName() const { return "mtext"; } + virtual TQString getElementName() const { return "mtext"; } protected: - QString getCharFromEntity( const QString& entity ); + TQString getCharFromEntity( const TQString& entity ); /** * @returns true if the sequence contains only text. |