summaryrefslogtreecommitdiffstats
path: root/src/electronics/pin.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/electronics/pin.h')
-rw-r--r--src/electronics/pin.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/electronics/pin.h b/src/electronics/pin.h
index 95aad7c..77a9e80 100644
--- a/src/electronics/pin.h
+++ b/src/electronics/pin.h
@@ -56,7 +56,7 @@ class Pin : public TQObject
Pin( ECNode * tqparent );
~Pin();
- ECNode * tqparentECNode() const { return m_pECNode; }
+ ECNode * parentECNode() const { return m_pECNode; }
/**
* This function returns the pins that are directly connected to this pins:
* either at the ends of connected wires, or via switches.