diff options
Diffstat (limited to 'kscd/ledlamp.h')
-rw-r--r-- | kscd/ledlamp.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/kscd/ledlamp.h b/kscd/ledlamp.h index d7673998..6bd2e44f 100644 --- a/kscd/ledlamp.h +++ b/kscd/ledlamp.h @@ -34,7 +34,7 @@ public: enum Type { Rect, Loop }; - LedLamp(TQWidget *tqparent=0, Type t=Rect); + LedLamp(TQWidget *parent=0, Type t=Rect); enum State { On, Off }; |