diff options
Diffstat (limited to 'src/electronics/switch.h')
-rw-r--r-- | src/electronics/switch.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/electronics/switch.h b/src/electronics/switch.h index 17fd493..cd1cf4c 100644 --- a/src/electronics/switch.h +++ b/src/electronics/switch.h @@ -35,7 +35,7 @@ class Switch : public TQObject Closed, }; - Switch( Component * tqparent, Pin * p1, Pin * p2, State state ); + Switch( Component * parent, Pin * p1, Pin * p2, State state ); ~Switch(); /** * If bouncing has been set to true, then the state will not switch |