diff options
Diffstat (limited to 'src/nodegroup.h')
-rw-r--r-- | src/nodegroup.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/nodegroup.h b/src/nodegroup.h index 54d0da4..9a7a4de 100644 --- a/src/nodegroup.h +++ b/src/nodegroup.h @@ -35,7 +35,7 @@ along with their associated connectors. */ class NodeGroup : public TQObject { -Q_OBJECT +TQ_OBJECT public: NodeGroup( ICNDocument *icnDocument, const char *name = 0); |