summaryrefslogtreecommitdiffstats
path: root/quanta/utility/tagactionset.h
diff options
context:
space:
mode:
Diffstat (limited to 'quanta/utility/tagactionset.h')
-rw-r--r--quanta/utility/tagactionset.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/quanta/utility/tagactionset.h b/quanta/utility/tagactionset.h
index 9e056543..7ecc6d1a 100644
--- a/quanta/utility/tagactionset.h
+++ b/quanta/utility/tagactionset.h
@@ -37,7 +37,7 @@ class NodeModifsSet;
*/
class TagActionSetAbstract : public TQObject
{
- Q_OBJECT
+ TQ_OBJECT
public:
TagActionSetAbstract(TQObject *parent = 0, const char *name = 0);
@@ -66,7 +66,7 @@ private:
class TagActionSet : public TagActionSetAbstract
{
- Q_OBJECT
+ TQ_OBJECT
public:
TagActionSet(TQObject *parent = 0, const char *name = 0);
@@ -95,7 +95,7 @@ private:
class TableTagActionSet : public TagActionSetAbstract
{
- Q_OBJECT
+ TQ_OBJECT
public:
TableTagActionSet(TQObject *parent = 0, const char *name = 0);