diff options
Diffstat (limited to 'kandy/src/commandset.h')
-rw-r--r-- | kandy/src/commandset.h | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/kandy/src/commandset.h b/kandy/src/commandset.h index 8c3cbc426..d297fe630 100644 --- a/kandy/src/commandset.h +++ b/kandy/src/commandset.h @@ -18,8 +18,8 @@ Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. As a special exception, permission is given to link this program - with any edition of Qt, and distribute the resulting executable, - without including the source code for Qt in the source distribution. + with any edition of TQt, and distribute the resulting executable, + without including the source code for TQt in the source distribution. */ #ifndef COMMANDSET_H #define COMMANDSET_H @@ -51,8 +51,8 @@ class CommandSet { protected: void loadCommand(ATCommand *,TQDomElement *c); - void saveCommand(ATCommand *,TQDomDocument *doc,TQDomElement *parent); - void saveParameter(ATParameter *p, TQDomDocument *doc,TQDomElement *parent); + void saveCommand(ATCommand *,TQDomDocument *doc,TQDomElement *tqparent); + void saveParameter(ATParameter *p, TQDomDocument *doc,TQDomElement *tqparent); private: TQPtrList<ATCommand> mList; |