summaryrefslogtreecommitdiffstats
path: root/kpovmodeler/pmcomment.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'kpovmodeler/pmcomment.cpp')
-rw-r--r--kpovmodeler/pmcomment.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/kpovmodeler/pmcomment.cpp b/kpovmodeler/pmcomment.cpp
index 7d12dfbc..3f659682 100644
--- a/kpovmodeler/pmcomment.cpp
+++ b/kpovmodeler/pmcomment.cpp
@@ -143,9 +143,9 @@ void PMComment::readAttributes( const PMXMLHelper& h )
m_text = e.toText( ).data( );
}
-PMDialogEditBase* PMComment::editWidget( TQWidget* tqparent ) const
+PMDialogEditBase* PMComment::editWidget( TQWidget* parent ) const
{
- return new PMCommentEdit( tqparent );
+ return new PMCommentEdit( parent );
}
void PMComment::restoreMemento( PMMemento* s )