diff options
Diffstat (limited to 'ktnef/gui/messagepropertydialog.cpp')
-rw-r--r-- | ktnef/gui/messagepropertydialog.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/ktnef/gui/messagepropertydialog.cpp b/ktnef/gui/messagepropertydialog.cpp index 075b4823b..a2b1f75f9 100644 --- a/ktnef/gui/messagepropertydialog.cpp +++ b/ktnef/gui/messagepropertydialog.cpp @@ -22,8 +22,8 @@ #include <klistview.h> #include <klocale.h> -MessagePropertyDialog::MessagePropertyDialog( TQWidget *tqparent, KTNEFMessage *msg ) - : KDialogBase( tqparent, "MessagePropertyDialog", true, i18n( "Message Properties" ), +MessagePropertyDialog::MessagePropertyDialog( TQWidget *parent, KTNEFMessage *msg ) + : KDialogBase( parent, "MessagePropertyDialog", true, i18n( "Message Properties" ), KDialogBase::Close|KDialogBase::User1, KDialogBase::Close, false, KStdGuiItem::save() ) { |