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 26521ab..54d0da4 100644 --- a/src/nodegroup.h +++ b/src/nodegroup.h @@ -36,7 +36,7 @@ along with their associated connectors. class NodeGroup : public TQObject { Q_OBJECT - TQ_OBJECT + public: NodeGroup( ICNDocument *icnDocument, const char *name = 0); ~NodeGroup(); |