summaryrefslogtreecommitdiffstats
path: root/kandy/src/commandset.h
diff options
context:
space:
mode:
Diffstat (limited to 'kandy/src/commandset.h')
-rw-r--r--kandy/src/commandset.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/kandy/src/commandset.h b/kandy/src/commandset.h
index d297fe63..58654233 100644
--- a/kandy/src/commandset.h
+++ b/kandy/src/commandset.h
@@ -51,8 +51,8 @@ class CommandSet {
protected:
void loadCommand(ATCommand *,TQDomElement *c);
- void saveCommand(ATCommand *,TQDomDocument *doc,TQDomElement *tqparent);
- void saveParameter(ATParameter *p, TQDomDocument *doc,TQDomElement *tqparent);
+ void saveCommand(ATCommand *,TQDomDocument *doc,TQDomElement *parent);
+ void saveParameter(ATParameter *p, TQDomDocument *doc,TQDomElement *parent);
private:
TQPtrList<ATCommand> mList;