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