diff options
Diffstat (limited to 'kscd/ledlamp.cpp')
-rw-r--r-- | kscd/ledlamp.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/kscd/ledlamp.cpp b/kscd/ledlamp.cpp index 96675921..93aa8000 100644 --- a/kscd/ledlamp.cpp +++ b/kscd/ledlamp.cpp @@ -26,7 +26,7 @@ #include "ledlamp.h" #include "ledlamp.moc" -LedLamp::LedLamp(TQWidget *parent, Type t) : TQFrame(parent), +LedLamp::LedLamp(TQWidget *tqparent, Type t) : TQFrame(tqparent), w( 10 ), h( 7 ), dx( 4 ) { // Make sure we're in a sane state |