diff options
Diffstat (limited to 'kmail/newfolderdialog.h')
-rw-r--r-- | kmail/newfolderdialog.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/kmail/newfolderdialog.h b/kmail/newfolderdialog.h index e4a01f556..485bf9106 100644 --- a/kmail/newfolderdialog.h +++ b/kmail/newfolderdialog.h @@ -50,7 +50,7 @@ class NewFolderDialog : public KDialogBase TQ_OBJECT public: - NewFolderDialog( TQWidget* tqparent = 0, KMFolder *folder = 0 ); + NewFolderDialog( TQWidget* parent = 0, KMFolder *folder = 0 ); ~NewFolderDialog() {}; TQLabel* mNameLabel; |