summaryrefslogtreecommitdiffstats
path: root/lib/kformula/encloseelement.h
diff options
context:
space:
mode:
Diffstat (limited to 'lib/kformula/encloseelement.h')
-rw-r--r--lib/kformula/encloseelement.h10
1 files changed, 5 insertions, 5 deletions
diff --git a/lib/kformula/encloseelement.h b/lib/kformula/encloseelement.h
index 9bec85b0f..b6b16a0d7 100644
--- a/lib/kformula/encloseelement.h
+++ b/lib/kformula/encloseelement.h
@@ -27,14 +27,14 @@ KFORMULA_NAMESPACE_BEGIN
class EncloseElement : public SequenceElement {
typedef SequenceElement inherited;
public:
- EncloseElement( BasicElement* parent = 0 );
+ EncloseElement( BasicElement* tqparent = 0 );
private:
- virtual bool readAttributesFromMathMLDom(const QDomElement& element);
- virtual QString getElementName() const { return "menclose"; }
- virtual void writeMathMLAttributes( QDomElement& element ) const ;
+ virtual bool readAttributesFromMathMLDom(const TQDomElement& element);
+ virtual TQString getElementName() const { return "menclose"; }
+ virtual void writeMathMLAttributes( TQDomElement& element ) const ;
- QString m_notation;
+ TQString m_notation;
};
KFORMULA_NAMESPACE_END