summaryrefslogtreecommitdiffstats
path: root/src/electronics/ecnode.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/electronics/ecnode.h')
-rw-r--r--src/electronics/ecnode.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/electronics/ecnode.h b/src/electronics/ecnode.h
index 0306749..04665f5 100644
--- a/src/electronics/ecnode.h
+++ b/src/electronics/ecnode.h
@@ -31,7 +31,7 @@ typedef TQValueVector<Pin*> PinVector;
*/
class ECNode : public Node
{
- Q_OBJECT
+ TQ_OBJECT
public:
ECNode( ICNDocument *icnDocument, Node::node_type type, node_dir dir, const TQPoint &pos, TQString *id = 0L );