diff options
Diffstat (limited to 'korn/maildlg.h')
-rw-r--r-- | korn/maildlg.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/korn/maildlg.h b/korn/maildlg.h index 68f8f30e9..81917bb40 100644 --- a/korn/maildlg.h +++ b/korn/maildlg.h @@ -46,9 +46,9 @@ class KornMailDlg : public KDialogBase public: /** * KornMailDlg Constructor - * @param tqparent tqparent widget + * @param parent parent widget */ - KornMailDlg( TQWidget *tqparent=0 ); + KornMailDlg( TQWidget *parent=0 ); /** * Set the mail details to show. The mails body is transfered to the edit control |