summaryrefslogtreecommitdiffstats
path: root/kandy/src/commanditem.h
diff options
context:
space:
mode:
Diffstat (limited to 'kandy/src/commanditem.h')
-rw-r--r--kandy/src/commanditem.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/kandy/src/commanditem.h b/kandy/src/commanditem.h
index 39d4a821..d92c9e74 100644
--- a/kandy/src/commanditem.h
+++ b/kandy/src/commanditem.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 _COMMAND_ITEM_H_
@@ -43,12 +43,12 @@ class CommandItem : public TQListViewItem {
ATCommand *command();
void load(TQDomElement *c);
- void save(TQDomDocument *doc,TQDomElement *parent);
+ void save(TQDomDocument *doc,TQDomElement *tqparent);
void setItemText();
protected:
- void saveParameter(ATParameter *p, TQDomDocument *doc,TQDomElement *parent);
+ void saveParameter(ATParameter *p, TQDomDocument *doc,TQDomElement *tqparent);
private:
ATCommand *mCommand;