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 1ecae329..2cf6001e 100644
--- a/quanta/treeviews/tagattributetree.h
+++ b/quanta/treeviews/tagattributetree.h
@@ -32,7 +32,7 @@ class KPushButton;
class TQGridLayout;
class EditableTree : public TDEListView {
-Q_OBJECT
+TQ_OBJECT
public:
@@ -55,7 +55,7 @@ protected:
class DualEditableTree : public EditableTree
{
- Q_OBJECT
+ TQ_OBJECT
public:
DualEditableTree(TQWidget *parent = 0, const char *name = 0);
@@ -82,7 +82,7 @@ private:
};
class TagAttributeTree : public EditableTree {
- Q_OBJECT
+ TQ_OBJECT
public:
@@ -115,7 +115,7 @@ private:
//An enhanced TagAttributeTree with the tag name and buttons to delete the tag.
class EnhancedTagAttributeTree : public TQWidget
{
-Q_OBJECT
+TQ_OBJECT
public:
EnhancedTagAttributeTree(TQWidget *parent = 0, const char *name = 0);