diff options
Diffstat (limited to 'kpovmodeler/pmsettingsdialog.h')
-rw-r--r-- | kpovmodeler/pmsettingsdialog.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/kpovmodeler/pmsettingsdialog.h b/kpovmodeler/pmsettingsdialog.h index fb862811..e30abf7b 100644 --- a/kpovmodeler/pmsettingsdialog.h +++ b/kpovmodeler/pmsettingsdialog.h @@ -57,7 +57,7 @@ public: /** * Constructor */ - PMSettingsDialogPage( TQWidget* tqparent, const char* name = 0 ); + PMSettingsDialogPage( TQWidget* parent, const char* name = 0 ); /** * Display the settings here. * @@ -132,7 +132,7 @@ public: /** * Standard constructor */ - PMSettingsDialog( PMPart* part, TQWidget* tqparent = 0, const char* name = 0 ); + PMSettingsDialog( PMPart* part, TQWidget* parent = 0, const char* name = 0 ); /** * Registers a new settings page. * |