diff options
Diffstat (limited to 'kalzium/src/molcalcwidget.h')
-rw-r--r-- | kalzium/src/molcalcwidget.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/kalzium/src/molcalcwidget.h b/kalzium/src/molcalcwidget.h index 27cb0269..246fe86b 100644 --- a/kalzium/src/molcalcwidget.h +++ b/kalzium/src/molcalcwidget.h @@ -45,10 +45,10 @@ class MolcalcWidget : public MolcalcWidgetBase public: /** * Constructor - * @param tqparent tqparent widget + * @param parent parent widget * @param name name of this widget */ - MolcalcWidget( TQWidget *tqparent = 0, const char *name = 0 ); + MolcalcWidget( TQWidget *parent = 0, const char *name = 0 ); protected slots: void slotCalcButtonClicked(); |