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 77a9e80..502d986 100644
--- a/src/electronics/pin.h
+++ b/src/electronics/pin.h
@@ -53,7 +53,7 @@ class Pin : public TQObject
gt_low = 15, // current sources
gt_never = 20 // everything else
};
- Pin( ECNode * tqparent );
+ Pin( ECNode * parent );
~Pin();
ECNode * parentECNode() const { return m_pECNode; }