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.h14
1 files changed, 9 insertions, 5 deletions
diff --git a/quanta/treeviews/tagattributetree.h b/quanta/treeviews/tagattributetree.h
index f396589f..32dea87a 100644
--- a/quanta/treeviews/tagattributetree.h
+++ b/quanta/treeviews/tagattributetree.h
@@ -33,9 +33,10 @@ class TQGridLayout;
class EditableTree : public KListView {
Q_OBJECT
+ TQ_OBJECT
public:
- EditableTree(TQWidget *parent = 0, const char *name = 0);
+ EditableTree(TQWidget *tqparent = 0, const char *name = 0);
virtual ~EditableTree();
virtual void setCurrentItem( TQListViewItem *i);
@@ -55,8 +56,9 @@ protected:
class DualEditableTree : public EditableTree
{
Q_OBJECT
+ TQ_OBJECT
public:
- DualEditableTree(TQWidget *parent = 0, const char *name = 0);
+ DualEditableTree(TQWidget *tqparent = 0, const char *name = 0);
virtual ~DualEditableTree();
virtual void setCurrentItem ( TQListViewItem *i);
@@ -81,9 +83,10 @@ private:
class TagAttributeTree : public EditableTree {
Q_OBJECT
+ TQ_OBJECT
public:
- TagAttributeTree(TQWidget *parent=0, const char *name=0);
+ TagAttributeTree(TQWidget *tqparent=0, const char *name=0);
virtual ~TagAttributeTree();
void setCurrentNode(Node *node);
@@ -110,11 +113,12 @@ private:
};
//An enhanced TagAttributeTree with the tag name and buttons to delete the tag.
-class EnhancedTagAttributeTree : public QWidget
+class EnhancedTagAttributeTree : public TQWidget
{
Q_OBJECT
+ TQ_OBJECT
public:
- EnhancedTagAttributeTree(TQWidget *parent = 0, const char *name = 0);
+ EnhancedTagAttributeTree(TQWidget *tqparent = 0, const char *name = 0);
virtual ~EnhancedTagAttributeTree();
void setCurrentNode(Node *node);