summaryrefslogtreecommitdiffstats
path: root/kpovmodeler/pmpart.h
diff options
context:
space:
mode:
Diffstat (limited to 'kpovmodeler/pmpart.h')
-rw-r--r--kpovmodeler/pmpart.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/kpovmodeler/pmpart.h b/kpovmodeler/pmpart.h
index 0fe3bd22..30a60d41 100644
--- a/kpovmodeler/pmpart.h
+++ b/kpovmodeler/pmpart.h
@@ -76,7 +76,7 @@ public:
* construtor of PMPart, calls all init functions to create the
* application.
*/
- PMPart( TQWidget* tqparentWidget, const char* widgetName,
+ PMPart( TQWidget* parentWidget, const char* widgetName,
TQObject* tqparent, const char* name, bool readWrite,
PMShell* shell = 0 );
@@ -84,7 +84,7 @@ public:
* construtor of PMPart, calls all init functions to create the
* application. It does not create the main widget.
*/
- PMPart( TQWidget* tqparentWidget, const char* widgetName,
+ PMPart( TQWidget* parentWidget, const char* widgetName,
TQObject* tqparent, const char* name, bool readWrite,
bool onlyCutPaste, PMShell* shell = 0 );