summaryrefslogtreecommitdiffstats
path: root/lib/kformula/actionelement.h
diff options
context:
space:
mode:
Diffstat (limited to 'lib/kformula/actionelement.h')
-rw-r--r--lib/kformula/actionelement.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/kformula/actionelement.h b/lib/kformula/actionelement.h
index 9c7342d54..09c4d0abe 100644
--- a/lib/kformula/actionelement.h
+++ b/lib/kformula/actionelement.h
@@ -32,7 +32,7 @@ KFORMULA_NAMESPACE_BEGIN
class ActionElement : public SequenceElement {
typedef SequenceElement inherited;
public:
- ActionElement( BasicElement* tqparent = 0 );
+ ActionElement( BasicElement* parent = 0 );
virtual int buildChildrenFromMathMLDom(TQPtrList<BasicElement>& list, TQDomNode n);
private: