diff options
Diffstat (limited to 'kpovmodeler/pmview.h')
-rw-r--r-- | kpovmodeler/pmview.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/kpovmodeler/pmview.h b/kpovmodeler/pmview.h index 9ad1c7b9..3a4d9f2a 100644 --- a/kpovmodeler/pmview.h +++ b/kpovmodeler/pmview.h @@ -44,7 +44,7 @@ public: /** * Constructor for the main view */ - PMView( PMPart* part, TQWidget* tqparent = 0, const char* name = 0 ); + PMView( PMPart* part, TQWidget* parent = 0, const char* name = 0 ); /** * Destructor for the main view */ |