diff options
Diffstat (limited to 'kpovmodeler/pmlightedit.cpp')
-rw-r--r-- | kpovmodeler/pmlightedit.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/kpovmodeler/pmlightedit.cpp b/kpovmodeler/pmlightedit.cpp index e652d0a2..70625c00 100644 --- a/kpovmodeler/pmlightedit.cpp +++ b/kpovmodeler/pmlightedit.cpp @@ -29,8 +29,8 @@ #include <klocale.h> -PMLightEdit::PMLightEdit( TQWidget* parent, const char* name ) - : Base( parent, name ) +PMLightEdit::PMLightEdit( TQWidget* tqparent, const char* name ) + : Base( tqparent, name ) { m_pDisplayedObject = 0; } |