diff options
Diffstat (limited to 'lib/kformula/identifierelement.h')
-rw-r--r-- | lib/kformula/identifierelement.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/kformula/identifierelement.h b/lib/kformula/identifierelement.h index 9c84c2ab..485fc28e 100644 --- a/lib/kformula/identifierelement.h +++ b/lib/kformula/identifierelement.h @@ -27,7 +27,7 @@ KFORMULA_NAMESPACE_BEGIN class IdentifierElement : public TokenElement { typedef TokenElement inherited; public: - IdentifierElement( BasicElement* parent = 0 ); + IdentifierElement( BasicElement* tqparent = 0 ); /** * This is called by the container to get a command depending on @@ -39,7 +39,7 @@ public: */ virtual KCommand* buildCommand( Container*, Request* ); - virtual QString getElementName() const { return "mi"; } + virtual TQString getElementName() const { return "mi"; } protected: virtual void setStyleVariant( StyleAttributes& style ); |