diff options
Diffstat (limited to 'kpovmodeler/pmblobsphereedit.h')
-rw-r--r-- | kpovmodeler/pmblobsphereedit.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/kpovmodeler/pmblobsphereedit.h b/kpovmodeler/pmblobsphereedit.h index d4f18058..2e58bb06 100644 --- a/kpovmodeler/pmblobsphereedit.h +++ b/kpovmodeler/pmblobsphereedit.h @@ -38,9 +38,9 @@ class PMBlobSphereEdit : public PMDetailObjectEdit typedef PMDetailObjectEdit Base; public: /** - * Creates a PMBlobSphereEdit with tqparent and name + * Creates a PMBlobSphereEdit with parent and name */ - PMBlobSphereEdit( TQWidget* tqparent, const char* name = 0 ); + PMBlobSphereEdit( TQWidget* parent, const char* name = 0 ); /** */ virtual void displayObject( PMObject* o ); |