summaryrefslogtreecommitdiffstats
path: root/quanta/treeviews/tagattributetree.h
diff options
context:
space:
mode:
Diffstat (limited to 'quanta/treeviews/tagattributetree.h')
-rw-r--r--quanta/treeviews/tagattributetree.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/quanta/treeviews/tagattributetree.h b/quanta/treeviews/tagattributetree.h
index 32dea87a..c36c3406 100644
--- a/quanta/treeviews/tagattributetree.h
+++ b/quanta/treeviews/tagattributetree.h
@@ -36,7 +36,7 @@ Q_OBJECT
TQ_OBJECT
public:
- EditableTree(TQWidget *tqparent = 0, const char *name = 0);
+ EditableTree(TQWidget *parent = 0, const char *name = 0);
virtual ~EditableTree();
virtual void setCurrentItem( TQListViewItem *i);
@@ -58,7 +58,7 @@ class DualEditableTree : public EditableTree
Q_OBJECT
TQ_OBJECT
public:
- DualEditableTree(TQWidget *tqparent = 0, const char *name = 0);
+ DualEditableTree(TQWidget *parent = 0, const char *name = 0);
virtual ~DualEditableTree();
virtual void setCurrentItem ( TQListViewItem *i);
@@ -86,7 +86,7 @@ class TagAttributeTree : public EditableTree {
TQ_OBJECT
public:
- TagAttributeTree(TQWidget *tqparent=0, const char *name=0);
+ TagAttributeTree(TQWidget *parent=0, const char *name=0);
virtual ~TagAttributeTree();
void setCurrentNode(Node *node);
@@ -118,7 +118,7 @@ class EnhancedTagAttributeTree : public TQWidget
Q_OBJECT
TQ_OBJECT
public:
- EnhancedTagAttributeTree(TQWidget *tqparent = 0, const char *name = 0);
+ EnhancedTagAttributeTree(TQWidget *parent = 0, const char *name = 0);
virtual ~EnhancedTagAttributeTree();
void setCurrentNode(Node *node);