diff options
Diffstat (limited to 'ktnef/gui/attachpropertydialog.h')
-rw-r--r-- | ktnef/gui/attachpropertydialog.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ktnef/gui/attachpropertydialog.h b/ktnef/gui/attachpropertydialog.h index b390caffe..aa5e2bf3a 100644 --- a/ktnef/gui/attachpropertydialog.h +++ b/ktnef/gui/attachpropertydialog.h @@ -31,7 +31,7 @@ class TQListViewItem; class AttachPropertyDialog : public AttachPropertyDialogBase { public: - AttachPropertyDialog(TQWidget *tqparent = 0, const char *name = 0); + AttachPropertyDialog(TQWidget *parent = 0, const char *name = 0); ~AttachPropertyDialog(); void setAttachment(KTNEFAttach *attach); |